Yum Install MySQL Summary: Fix MySQL Unrecognized Service Error
Today, I bought a Host1Plus VPS and tried to install MySQL. Initially, I used the yum -y install mysqld command, but after the installation, I was speechless:
Checked if there was a service starting with “my” in /etc/rc.d/init.d/ ls /etc/rc.d/init.d/my*
Using service …