会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yocichen
穷千里目,上二层楼。
Mail:yocichen@126.com
首页
新随笔
联系
管理
2019年3月18日
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 recon
摘要: 数据库默认模式是主键不可进行修改操作,所以需要运行以下语句。 SET SQL_SAFE_UPDATES = 0; -- 出现error1175使用。
阅读全文
posted @ 2019-03-18 22:51 yocichen
阅读(323)
评论(0)
推荐(0)
公告