sudo /sbin/chkconfig --add mysqld sudo /sbin/chkconfig --level 235 mysqld onTo make sure mysqld is configured properly, type the following:
sudo /sbin/chkconfig --list mysqldThe output should look like this:
mysqld 0:off 1:off 2:on 3:on 4:off 5:on 6:off
No comments:
Post a Comment