Linux Ubuntu: fermare Mysql server all'avvio
Aprire il file /etc/init/mysql.conf e modificare questo:
così:
start on (net-device-up
and local-filesystems
and runlevel [2345])
così:
# start on (net-device-up
# and local-filesystems
# and runlevel [2345])
Commenti