批量修改数据SQL:update sys_menu set menu_extralink = true    

错误信息:

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.    0.016 sec

解决办法:

Edit->Preferences->SQL-Editor->去掉Safe-Updates选项前的对勾

如下图所示:

MySQL Workbench批量修改数据报错:Error Code: 1175. You are using safe update mode and you tried to update a t

MySQL Workbench批量修改数据报错:Error Code: 1175. You are using safe update mode and you tried to update a t

相关文章:

  • 2021-08-09
  • 2021-10-18
  • 2021-09-24
  • 2022-02-15
  • 2022-01-05
  • 2021-03-31
  • 2022-12-23
猜你喜欢
  • 2021-09-30
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2021-09-30
  • 2021-05-19
  • 2022-03-01
相关资源
相似解决方案