Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/64.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Debian MySQL启动错误_Mysql_Debian - Fatal编程技术网

Debian MySQL启动错误

Debian MySQL启动错误,mysql,debian,Mysql,Debian,我重新启动我的VPS,现在当我放入putty时,我得到了mysql错误 /etc/init.d/mysql start 它显示 [....] Starting mysql (via systemctl): mysql.serviceJob for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details. 失败了 然后我尝试systemctl status mysql.

我重新启动我的VPS,现在当我放入putty时,我得到了mysql错误

/etc/init.d/mysql start

它显示

[....] Starting mysql (via systemctl): mysql.serviceJob for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details.
失败了

然后我尝试
systemctl status mysql.service
这个节目

● mysql.service - LSB: Start and stop the mysql database server daemon
Loaded: loaded (/etc/init.d/mysql)
Active: failed (Result: exit-code) since Thu 2016-07-21 12:32:38 CEST; 1min 38s ago
Process: 7762 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)

Jul 21 12:32:38 Skaci-2 /etc/init.d/mysql[8468]: 0 processes alive and '/usr...n
Jul 21 12:32:38 Skaci-2 /etc/init.d/mysql[8468]: [61B blob data]
Jul 21 12:32:38 Skaci-2 /etc/init.d/mysql[8468]: error: 'Can't connect to lo...'
Jul 21 12:32:38 Skaci-2 /etc/init.d/mysql[8468]: Check that mysqld is runnin...!
Jul 21 12:32:38 Skaci-2 /etc/init.d/mysql[8468]:
Jul 21 12:32:38 Skaci-2 mysql[7762]: Starting MySQL database server: mysqld...d!
Jul 21 12:32:38 Skaci-2 systemd[1]: mysql.service: control process exited, ...=1
Jul 21 12:32:38 Skaci-2 systemd[1]: Failed to start LSB: Start and stop the...n.
Jul 21 12:32:38 Skaci-2 systemd[1]: Unit mysql.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
谢谢你的建议