workbench如何处理safe update限制
1、首先看一下执行的sql语句及workbench执行后的错误信息。提示的详情是:Error Code: 11壅酪认奉75You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column翻译过来就是说,update表时必须要用一个where条件来限制。

3、mysql一定是支持全表更新的,所以这个问题的产生是由于workbench的自身设定导致的。我们一次打开edit---preference---SQL Queries。

5、取消general栏中的“safe updates”,点击ok保存。

7、重启workbench以后重新执行该sql,执行成功,问题解决!
