Real life problems solved

Advert

Autostart MySQL on CentOS

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
Adsense