1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > Error Code: 1175. You are using safe update mode and you tried to ......

Error Code: 1175. You are using safe update mode and you tried to ......

时间:2024-04-24 20:22:18

相关推荐

Error Code: 1175. You are using safe update mode and you tried to ......

MySQL提示的错误信息:

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

意思是:在安全更新模式下尝试使用未带关键字的“WHERE”语句,在Preference中切换该选项。

SET SQL_SAFE_UPDATES = 0; #关闭安全模式

SET SQL_SAFE_UPDATES = 1; #开启安全模式

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。