我尝试创建一个新的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
任何人都可以告诉我如何解决。