MySQL server not running as service -


i have installed mysql-server root command :

sudo apt-get install mysql-server 

i have configured , changes many things related mysql-server problem mysql not working service not in /etc/init.d

i want mysql server started @ boot time means make service.

now have please help.

i find chkconfig easy use: sudo chkconfig --list|grep mysql might outdated mode of handling it. of servers have long used find desktop ubuntu didn't have , complains if use it.

if don't have chkconfig, sudo apt-get install chkconfig

to turn on: chkconfig mysql on


Comments