Search This Blog

Running MySQL at boot time


If you want to run MySQL server at boot time then make sure you have following entry in /etc/rc.local file
/etc/init.d/mysqld start
Also,you should have mysqld binary in /etc/init.d/ directory.