Rumah > Artikel > pangkalan data > windows系统服务器mysql报错InnoDB: Attempted to open解决方法
问题现象
windows系统服务器mysql无法启动
问题原因
查看报错日志提示:InnoDB: Attempted to open a previously opened tablespace. - IsaacZhang
解决方案
打开mysql配置文件my.ini文件,添加一行配置innodb_force_recovery = 1,保存退出,重启mysql服务恢复正常
推荐教程:《mysql教程》http://www.php.cn/course/list/51.html
Atas ialah kandungan terperinci windows系统服务器mysql报错InnoDB: Attempted to open解决方法. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!