mysql is dead but subsys locked

后端 未结 9 731
一个人的身影
一个人的身影 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:33

    The problem I meet in the project is because of the disk space run out.

    The server that MySQL is running run out the disk space, business project's log is too large. The result is that MySQL restart failed.

    It is one probability and you can have a try.

    du -sh *

    and

    service mysqld restart

提交回复
热议问题