您的位置:首页 > 数据库 > MySQL

mysql workbench中删除数据表记录提示出错的问题

2015-05-27 11:44 519 查看
在使用不加where条件的删除语句时,提示

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.

修改方法:进入edit>preferences>sql editor,将“safe updates”选项不勾选,重新连接ok
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐