操作失败:将SQL脚本应用于数据库时出错。 MYSQL

时间:2017-11-21 01:19:35

标签: mysql sql database

我尝试恢复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')

这个外部插件是什么?有什么想法吗?

1 个答案:

答案 0 :(得分:0)

可能应该向表中添加主键