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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -