首页 > 数据库技术 > 详细

MySQL: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.

时间:2021-05-28 22:31:43      阅读:18      评论:0      收藏:0      [点我收藏+]

今天在MySQL中执行删除语句时遇到编译器显示You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.

技术分享图片

 

 参考了网上的博客,解决思路如下:

show variables like ‘sql_safe%‘;

然后显示如下:

技术分享图片

 

 然后再 set sql_safe_updates=off;

即可解决。

 

参考:https://www.cnblogs.com/kaerxifa/p/11049888.html

 

MySQL: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.

原文:https://www.cnblogs.com/forest-stream/p/14823503.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!