提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等
温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的
服务器的系统:centos 6.8 64位wdcp的版本:wdCP v3.2.21
网站今天出现访问不了,提示的是mysql 数据库的报错,重启过mysql 数据库和重启过服务器均无法启动mysql 数据库;
使用SSH登录,启动数据库如下的提示:
[root@iZphb7zzaascxyZ ~]# service mysqld start;
Starting MySQL.The server quit without updating PID file (/www/wdlinux/mysql-5.5.54/data/iZphb7zzaascxyZ.pid).
查看了,对应的报错
180522 14:14:10 [Note] Plugin 'FEDERATED' is disabled.
180522 14:14:10 InnoDB: The InnoDB memory heap is disabled
180522 14:14:10 InnoDB: Mutexes and rw_locks use GCC atomic builtins
180522 14:14:10 InnoDB: Compressed tables use zlib 1.2.3
/www/wdlinux/mysql-5.5.54/bin/mysqld: Can't create/write to file '/tmp/ibYg9CEq' (Errcode: 13)
180522 14:14:10 InnoDB: Error: unable to create temporary file; errno: 13
180522 14:14:10 [ERROR] Plugin 'InnoDB' init function returned error.
180522 14:14:10 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
180522 14:14:10 [ERROR] Unknown/unsupported storage engine: InnoDB
180522 14:14:10 [ERROR] Aborting
180522 14:14:10 [Note] /www/wdlinux/mysql-5.5.54/bin/mysqld: Shutdown complete
180522 14:14:15 [Note] Plugin 'FEDERATED' is disabled.
180522 14:14:15 InnoDB: The InnoDB memory heap is disabled
180522 14:14:15 InnoDB: Mutexes and rw_locks use GCC atomic builtins
180522 14:14:15 InnoDB: Compressed tables use zlib 1.2.3
/www/wdlinux/mysql-5.5.54/bin/mysqld: Can't create/write to file '/tmp/ibZR5SSU' (Errcode: 13)
180522 14:14:15 InnoDB: Error: unable to create temporary file; errno: 13
180522 14:14:15 [ERROR] Plugin 'InnoDB' init function returned error.
180522 14:14:15 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
180522 14:14:15 [ERROR] Unknown/unsupported storage engine: InnoDB
180522 14:14:15 [ERROR] Aborting
180522 14:14:15 [Note] /www/wdlinux/mysql-5.5.54/bin/mysqld: Shutdown complete
|