Xampp MySql 错误:MySQL 意外关闭
Posted
技术标签:
【中文标题】Xampp MySql 错误:MySQL 意外关闭【英文标题】:Xampp MySql Error: MySQL shutdown unexpectedly 【发布时间】:2021-01-04 12:53:08 【问题描述】:我的 Xampp mysql 无法启动。有人建议在本论坛的其他地方将文件名 C:\xampp\mysql\data\ibdata1 更改为 ibdata1.bak 并关闭 Xampp。但这并没有帮助。有没有办法解决这个问题?
2020-09-17 17:19:47 2 [ERROR] InnoDB: Page [page id: space=33, page number=1] log sequence number 402782 is in the future! Current system log sequence number 47064.
2020-09-17 17:19:47 2 [ERROR] InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. Please refer to https://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery.
2020-09-17 17:19:47 0 [Note] InnoDB: 10.4.11 started; log sequence number 47055; transaction id 347965
2020-09-17 17:19:47 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-09-17 17:19:47 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-09-17 17:19:47 0 [ERROR] InnoDB: Page [page id: space=0, page number=243] log sequence number 336525986 is in the future! Current system log sequence number 47064.
2020-09-17 17:19:47 0 [ERROR] InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. Please refer to https://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery.
2020-09-17 17:19:47 0 [ERROR] InnoDB: Page [page id: space=0, page number=309] log sequence number 332378035 is in the future! Current system log sequence number 47064.
2020-09-17 17:19:47 0 [Note] Server socket created on IP: '::'.
2020-09-17 17:19:47 0 [ERROR] InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespac
【问题讨论】:
【参考方案1】:你的文件(可能是日志文件)和你电脑的时间有冲突!
日志序列号 402782 在未来!
-
检查您的电脑时间并与实时同步!
删除所有日期时间超过 PC 日期时间的文件(如果可能!如果没有,请在适当的日期创建一个新文件)。例如,您的 PC 日期是 2019-xx-xx,您的文件是 2020-xx-xx。
【讨论】:
奇怪的时间在我的系统中是正确的。但是删除文件是否不会破坏我的数据库? 是的!它会。只需检查哪些文件的时间戳错误。如果它们是日志,请删除它们。如果没有将您的文件复制到具有正确时间戳的新文件中。之后只需将您的文件移动到新位置(备份它们) 我必须检查 xampp 文件夹中的每个文件?以上是关于Xampp MySql 错误:MySQL 意外关闭的主要内容,如果未能解决你的问题,请参考以下文章
Xampp 无法在 localhost 中运行 MySQL! - “错误:MySQL 意外关闭。”