我在启动mysql时遇到问题,我有xampp 3.2.2与mysqlnd 5.0.11-dev - 20120503 win10 64位8gb ram,每次我启动计算机并运行xampp mysql客户端崩溃说
尝试打开以前打开的表空间。上一个表空间 niche_spa / rh_captcha在文件路径中使用空格ID:180: \ niche_spa \ rh_captcha.ibd。无法打开表空间 sms / sms_beatport_artist_subscribers,使用空格ID:180 at filepath:。\ sms \ sms_beatport_artist_subscribers.ibd InnoDB:错误: 无法打开单表表空间文件 \ SMS \ sms_beatport_artist_subscribers.ibd
每当它通知一个不同的.ibd
文件时,我编辑my.ini
文件并取消注释
innodb_force_recovery=1
然后从xampp启动mysql,然后启动成功,然后我注释掉
#innodb_force_recovery=1
然后重新启动服务,所有事情都顺利运行,直到我重新启动系统,然后我必须再次重复这些步骤。
为什么会一次又一次地发生任何想法