【发布时间】:2018-08-25 20:51:22
【问题描述】:
升级到 php 5.5(我知道它是旧的)并更新了我的 phpMyAdmin 版本,以及 MySQL 到 5.7,现在 MySQL 无法启动...
查看 mysqld 日志:
2018-03-16T16:35:54.553247Z 0 [ERROR] InnoDB: The Auto-extending innodb_system data file './ibdata1' is of a different size 640 pages (rounded down to MB) than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!
2018-03-16T16:35:54.553310Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2018-03-16T16:35:55.153859Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2018-03-16T16:35:55.153924Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2018-03-16T16:35:55.153944Z 0 [ERROR] Failed to initialize builtin plugins.
2018-03-16T16:35:55.153964Z 0 [ERROR] Aborting
谁能告诉我为什么会发生这种情况。
【问题讨论】: