Xammp mysql 启动出现:InnoDB: Missing MLOG_CHECKPOINT at ...

问题遇到的现象和发生背景

我使用XAMMP一段时间没问题,这几天MySQL突然打不开了 , 后台log显示 InnoDB: Missing MLOG_CHECKPOINT at ....

尝试过的解决方法

img


后面看网上解决只需要去掉data目录下的ib_logfile0 ib_logfile1这两个文件就可以了,
但是我的还是报错显示:
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.

结果又看网上解决的方法,后面MySQL打开了,但是wordpress显示建立数据库连接时出错。

我想要达到的结果

我之前的数据库还能找回来吗。