Mac xampp mysql Attempted to open a previously opened tablespace

来源:互联网 发布:tensorflow入门教程 编辑:程序博客网 时间:2024/06/05 02:35

2017-01-25 10:10:16 1434 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace FoodDiet/diet_uuid_change uses space ID: 39 at filepath: ./FoodDiet/diet_uuid_change.ibd. Cannot open tablespace FoodDiet0116bak/diet_charge which uses space ID: 39 at filepath: ./FoodDiet0116bak/diet_charge.ibd

2017-01-25 10:10:16 7fff7d40c300  InnoDB: Operating system error number 2 in a file operation.

InnoDB: The error means the system cannot find the path specified.

InnoDB: If you are installing InnoDB, remember that you must create

InnoDB: directories yourself, InnoDB does not create them.

InnoDB: Error: could not open single-table tablespace file ./FoodDiet0116bak/diet_charge.ibd

InnoDB: We do not continue the crash recovery, because the table may become

InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.

InnoDB: To fix the problem and start mysqld:

InnoDB: 1) If there is a permission problem in the file and mysqld cannot

InnoDB: open the file, you should modify the permissions.

InnoDB: 2) If the table is not needed, or you can restore it from a backup,

InnoDB: then you can remove the .ibd file, and InnoDB will do a normal

InnoDB: crash recovery and ignore that table.


我用的是XAMPP 1.83,今天终于找到解决办法了

在/Application/XAMPP/xamppfiles/etc/下面的my.cnf中添加

innodb_force_recovery = 1


问题解决了

0 0
原创粉丝点击