Hi to everybody, I followed the "The perfect server - CentOS 6.2 x86_64 With Apache2 [ISPConfig 3]" till the page 4. When I try the command "chkconfig --levels 235 mysqld on" the systems answer with: error reading information on service mysqld: No such file or directory If look for the package mysql with "rpm -qa | grep mysql" and seams the mysql version 5.1.61-1 for a i686 system is installed. Any suggestion? Thanks.
Can you post the contents of /etc/init.d/mysqld? If it doesn't exist. what's the output of Code: ls -la /etc/init.d/ ?
Solved Thanks Falko. I'm learning all this. I'm a newbie in Linux and I have so much to learn. I intalled again following the tutorial and now is OK. One suggestion. In the step 10, I needed to install also the gccc++ and the redhat-rpm-config. I'll do the installation again and see if still needed or I've commit a mistake. Thanks again.