Whenever my server has to be rebooted for some reason mysql does not automatically get loaded on reboot.
I have to go in in and type mysql start.
What config file do I need to do to change this? Or where could I go for some support on this.
Thanks
wheel
2:57 pm on Dec 27, 2008 (gmt 0)
google's a good start. Look into the init.d files. though if it's a current linux distribution you're using, you can probably do this through some sort of gui.
jeffatrackaid
11:24 pm on Jan 14, 2009 (gmt 0)
What linux distro are you using? Different distros have different start up procedures.
Red Had and many others use chkconfig
chkconfig --list mysql or chkconfig --list mysqld should show if it is enabled on boot.