在初次使用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…
第二部:点击Preferences…后会进入以下界面,然后点击SQL Editor
第三步:将SQL Editor中最后一项的对号去掉,如下图
注:对号去掉为关闭安全更新模式,不去掉为开启
第四步:最后重启MySQL