I am running Fedora with mysql installed and mysqld is under /etc/rc.d/init.d/mysqld, but
mysql will not auto-start at boot time, when I use:
/sbin/chkconfig --add mysql,
then it reports: error reading information on service mysql: No such file or directory.
Thanks.