- 积分
- 2
- 威望
-
- 金钱
-
- 注册时间
- 2016-11-11
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
mysql启动报错
Starting MySQL.The server quit without updating PID file (/usr/local/mysql/var/egonew.pid).
错误日志:
161111 15:34:51 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
161111 15:34:51 [Note] /usr/local/mysql/bin/mysqld (mysqld 5.5.48-log) starting as process 27553 ...
161111 15:34:51 [Note] Plugin 'FEDERATED' is disabled.
161111 15:34:51 InnoDB: The InnoDB memory heap is disabled
161111 15:34:51 InnoDB: Mutexes and rw_locks use GCC atomic builtins
161111 15:34:51 InnoDB: Compressed tables use zlib 1.2.7
161111 15:34:51 InnoDB: Initializing buffer pool, size = 128.0M
161111 15:34:51 InnoDB: Completed initialization of buffer pool
InnoDB: Error: space header page consists of zero bytes in data file ./ibdata1
161111 15:34:51 InnoDB: Could not open or create data files.
161111 15:34:51 InnoDB: If you tried to add new data files, and it failed here,
161111 15:34:51 InnoDB: you should now edit innodb_data_file_path in my.cnf back
161111 15:34:51 InnoDB: to what it was, and remove the new ibdata files InnoDB created
161111 15:34:51 InnoDB: in this failed attempt. InnoDB only wrote those files full of
161111 15:34:51 InnoDB: zeros, but did not yet use them in any way. But be careful: do not
161111 15:34:51 InnoDB: remove old data files which contain your precious data!
161111 15:34:51 [ERROR] Plugin 'InnoDB' init function returned error.
161111 15:34:51 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
161111 15:34:51 [ERROR] Unknown/unsupported storage engine: InnoDB
161111 15:34:51 [ERROR] Aborting
161111 15:34:51 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete
161111 15:34:51 mysqld_safe mysqld from pid file /usr/local/mysql/var/egonew.pid ended |
|