我尝试恢复mysql转储备份文件,但我一直收到此错误:
Operation failed: There was an error while applying the SQL script to the
database.
Executing:
INSERT INTO `banco_distribuido`.`account` (`name`, `senha`, `accountNum`,
`balance`, `funcionario`) VALUES ('Daniel', '1234', '1111', '1500', '1');
ERROR 3098: 3098: The table does not comply with the requirements by an
external plugin.
SQL Statement:
INSERT INTO `banco_distribuido`.`account` (`name`, `senha`, `accountNum`,
`balance`, `funcionario`) VALUES ('Daniel', '1234', '1111', '1500', '1')
这个外部插件是什么?有什么想法吗?
答案 0 :(得分:0)
可能应该向表中添加主键