mysql - 操作失败: There was an error while applying the SQL script to the database. MYSQL

标签 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')

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

最佳答案

可能应该向表添加主键

关于mysql - 操作失败: There was an error while applying the SQL script to the database. MYSQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47403722/

相关文章:

sql - 检索具有属性名称的指定列记录

php - 如何使用 php 创建动态查询?

Python 的 MySQLdb 无法使用 Homebrewed MySQL 找到 libmysqlclient.dylib

MySQL 工作台 : how do I set up "ON UPDATE" and CURRENT_TIMESTAMP?

sql - 添加外键约束锁定表

sql - SQL Server 中的悲观并发 - 无法释放应用程序锁

database - 并发数据库事务

mysql - 如何用连接方式解决这个子查询?

sql - 在 RDBMS 中实现灵活的关系——真正的权衡是什么?

php - 如何从多维sql数据库中获取数据?