Autostart MySQL on Linux (SUSE)

Check for MySQL service:

# chkconfig --list | grep mysqld
mysqld          0:off   1:off   2:off   3:off   4:off   5:off   6:off

Turn on MySQL:

# chkconfig --level 345 mysql on
# reboot

Related Posts:

  • No Related Posts

About this entry