Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just Joined! cmiket's Avatar
    Join Date
    Nov 2006
    Posts
    6
    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)?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...