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.
Database interview questions and answers asked in various interviews, faqs,tutorial and articles..