MySQL 关闭安全更新模式

在初次使用MySQL时我们通常会遇到异常:


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

解决方法:

第一步:点击MyS左上角的Edit,然后点击最后一项Preferences…

MySQL 关闭安全更新模式_第1张图片

第二部:点击Preferences…后会进入以下界面,然后点击SQL Editor

MySQL 关闭安全更新模式_第2张图片
第三步:将SQL Editor中最后一项的对号去掉,如下图

MySQL 关闭安全更新模式_第3张图片
注:对号去掉为关闭安全更新模式,不去掉为开启

第四步:最后重启MySQL

你可能感兴趣的:(mysql,数据库,bug)