Saturday, November 17, 2007

To get mysql to autostart on startup


LAMP (Linux, Apache, MySQL, PHP) HOWTO: Installing MySQL and Apache with PHP support on Linux
/sbin/chkconfig --level 3 mysql on



I had to use:

/sbin/chkconfig --level 3 mysqld on

instead

No comments: