Hello,
I am compiling and installing LAMP stack on my centos VPS. I am manually installing mysql to /usr/local/mysql directory. But after installing, I can't start the service using following command:
#service mysqld start
It says service not found
However, i can start it using #/usr/local/mysql/bin/mysql-server start
How can I start this using the 'service' command?
I am compiling and installing LAMP stack on my centos VPS. I am manually installing mysql to /usr/local/mysql directory. But after installing, I can't start the service using following command:
#service mysqld start
It says service not found
However, i can start it using #/usr/local/mysql/bin/mysql-server start
How can I start this using the 'service' command?