当前位置:网站首页>Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE tha

Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE tha

2022-06-10 17:40:00 [email protected]

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 Editor and reconnect.

在mysql workben直接执行SET SQL_SAFE_UPDATES = 0即可

原网站

版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_44333998/article/details/108988342