Mark Coldheart wrote:

>     I've a little bit problem about running mysqld
> server. I've run "/etc/rc.d/init.d/mysqld start" it
> will appear "mysqld dead but subsys locked". But if i
> stop the service, it will fail. It is also happened
> when i kill the service.

Mm, redhat question.

Make sure mysql is not running:
ps ax |grep mysql

If it is not, the lock file is in /var/lock/subsys.  Remove the mysql one
and start it.


>    The other problem is when i run mysql it will
> appear "can't connect to Mysql server through socked
> "/var/lib/mysql/mysql.sock"(111) "
>    What i must do now ??? Which part that i have to
> configure ?

Without a running mysqld, you cannot connect.

b.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to