Results 1 to 2 of 2
hi friends,
i have install mysql on my centos system successfully.
and mysql service is running but the problem is that mysqls service is not runing.
and if I enter ...
- 01-22-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 8
mysqld running problem
hi friends,
i have install mysql on my centos system successfully.
and mysql service is running but the problem is that mysqls service is not runing.
and if I enter cmd like service mysqld start
it shows unrecognised service
without which i cant login directly using mysql cmd
can anyone knows whats the problem
- 01-22-2010 #2
Just a quick note, sometimes the service command does not work properly or is not set up. A better way to start it is
/etc/init.d/mysqld start
If that doesn't help, a little more info might be helpful...
What version of centos and mysql?
How was mysql installed (yum, rpm, source)?


Reply With Quote