chmod +x /etc/init.d/mysqld chkconfig --add mysqld chkconfig --level 2345 mysqld on service mysqld start

chkconfig --list

service mysqld status