Real life problems solved
Posted by tech-problems on Sep 21, 2010 in CentOS, MySql | 0 comments
To start MySql Server automatically on a CentOS box simply issue the following command as root:
chkconfig --levels 235 mysqld on
You can also use this to autostart Apache:
chkconfig --levels 235 httpd on