mysql 提示 The table does not comply with the requirements by an external plugin.错误

1.检查表主键是否建立数据库 2.查看数据库表所使用的数据库引擎:orm SELECT table_name, table_type, engine FROM information_schema.tables  WHERE table_schema = 'database_name' ORDER BY table_name DESC;io 3.将MyISAM引擎,改成Innodb后可解决问题。i
相关文章
相关标签/搜索