I have tried installing mysql several times but keep getting this error:
mysqld: unrecognized service
I've tried:
yum remove mysql-server
yum remove mysql
yum remove MySQL-*
then
yum install mysql-server
yum install mysql
yum install mysql-devel
and then both
/etc/init.d/mysqld start
service mysqld start
but keep getting that error. Is there a way to recreate that file possibly?
/etc/init.d/mysqld startreturns "mysqld: unrecognized service"? Are you sure? – jsbillings Dec 18 '12 at 15:50