MySql Workbench删除操作时出现1175错误
2017-09-13 本文已影响0人
Grail_Oosaki
错误信息:
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Queries and reconnect.
解决方案:
执行如下语句:
SET SQL_SAFE_UPDATES=0;