mysqld: unrecognized service
Today, I try to set up my VPS (thanks to Noufalz for the VPS)
. I have a lot of problem, since this is my first time set up a VPS.
And after successfully install apache, php on CentOS VPS, I had this problem. Installing mysql using yum install mysqld it’s work fine. But when I’m trying to start the service with this command :
service mysqld start
I got this error :
mysqld: unrecognized service
Hmm… it seem wrong command, so I try :
service mysql start
Ugh…. still have same error…
So how to fix this? It’s easy, all we need is install mysql-server first.
yum install mysql-server
After installed, now you can run service mysqld start.
It’s work for me, if you have same problem, maybe it would help you.























March 10th, 2010 at 9:04 am
Thank you very much!!!!