mysql is dead but subsys locked

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

    Rebooting the server worked for me. Please remember to start all the services once you reboot in case you haven't added 'chkconfig' for them, lets say httpd, named and mysql.

提交回复
热议问题