- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2017-5-11 19:44:04
|
显示全部楼层
df -h 看一下数据库所在磁盘是不是满了
InnoDB: Error: space header page consists of zero bytes in data file /usr/local/mysql/var/ibdata1
170511 12:47:31 InnoDB: Could not open or create data files.
170511 12:47:31 InnoDB: If you tried to add new data files, and it failed here,
170511 12:47:31 InnoDB: you should now edit innodb_data_file_path in my.cnf back
170511 12:47:31 InnoDB: to what it was, and remove the new ibdata files InnoDB created
170511 12:47:31 InnoDB: in this failed attempt. InnoDB only wrote those files full of
170511 12:47:31 InnoDB: zeros, but did not yet use them in any way. But be careful: do not
170511 12:47:31 InnoDB: remove old data files which contain your precious data!
170511 12:47:31 [ERROR] Plugin 'InnoDB' init function returned error.
170511 12:47:31 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170511 12:47:31 [ERROR] Unknown/unsupported storage engine: InnoDB
170511 12:47:31 [ERROR] Aborting
看日志ibdata1可能损坏 |
|