阅读背景:

You are using safe update mode and you tried to update a table without a WHERE that uses a KEY colum

来源:互联网 
    使用MySQL执行update的时候报错: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.

    在delete或者update的时候,都可能会出现这种警告/报错,这主要是因为版本较新的MySQL是在safe-updates模式下进行sql操作的,这个模式会导致在非主键条件下无法执行update或者delete
    修改方式:单独执行一条SQL
    使用MySQL执行update的时候报错:Error Code: 1175. 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: