mysql is dead but subsys locked

后端 未结 9 689
一个人的身影
一个人的身影 2020-12-24 03:04

I am using PHP-mysql on Linux (RHEL 5.0) For First Time
When I tried to connect to MySQL from my PHP Script using mysqli_connect.
It Displayed

9条回答
  •  借酒劲吻你
    2020-12-24 03:16

    first,make sure that /etc/init.d/mysqld is running from /usr/local/mysql/bin then,kill mysqld ,delete the lock file and restart it.

提交回复
热议问题