在更新表格的时候,有时候会遇到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.
解决办法在上面的报错已经说明的很清楚了,只要在MYSQL WorkBench中点击Edit–>Preferences–>SQL Editor中加大DBMS connection read time out(in seconds)即可:

MYSQL Error Code: 1175. 解决
最新推荐文章于 2025-09-28 21:13:10 发布
本文解决了在使用MySQLWorkbench进行表格更新时遇到的ErrorCode:1175错误,详细介绍了如何通过调整Preferences->SQLQueries中的设置来禁用安全模式,从而避免在没有使用关键列的WHERE子句时出现的更新问题。

1万+

被折叠的 条评论
为什么被折叠?



