如何修复mysql创建表错误,错误1030(HY000):从存储引擎收到错误168

时间:2019-04-18 06:18:32

标签: mysql innodb

我尝试创建一个新的MySQL表

CREATE TABLE test 
     (user_id BIGINT) ;

失败,并弹出错误消息:

ERROR 1030 (HY000): Got error 168 from storage engine

我检查了MySQL错误日志,它显示了原因:

[Warning] InnoDB: Tablespace 'test_db/test' exists in the cache with id 1271659 != 1271713

再试一次,错误日志:

[Warning] InnoDB: Tablespace 'test_db/test' exists in the cache with id 1271659 != 1271714

任何人都可以告诉我如何解决。

0 个答案:

没有答案