Error Code:1175. You are using safe update mode and you tried to update a table without a where that use a key column
解决办法:取消安全更新模式 set sql_safe_updates=0;
MySql 5.7 ErrorCode:1175
最新推荐文章于 2024-01-17 16:17:31 发布
本文介绍了解决MySQL错误代码1175的方法,即当使用安全更新模式时尝试更新没有使用键列作为where条件的表所引发的问题。解决方案是通过设置sql_safe_updates参数为0来禁用安全更新模式。
摘要由CSDN通过智能技术生成