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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -