tux Do not start MySQL on startup

Stopping to autostart mysql service

(firstly u must be sure to there is a<strong> /etc/init.d/mysql or mysqld</strong> )

# chkconfig --list | grep mysqld
mysqld          0:off   1:off   2:off   3:on   4:on   5:on   6:off
# chkconfig --level 345 mysql off
error reading information on service mysql: No such file or directory
# chkconfig --level 345 mysqld off
# reboot
December 20, 2009
Posted in Linux Tips — admin @ 3:34 pm

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment