Back/SQL (1) 썸네일형 리스트형 [MySQL] Workbench에서 where절 없이 업데이트 안될때 배경 데이터를 전체적으로 변경해야 하는 상황 워크벤치에서 update문으로 한번에 데이터를 변경하려 했다. 이슈 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. 위와 같은 에러가 나오면서 대량업데이트가 안됐다. 세이프 업데이트 모드라서 쉽게 말해 업데이트에 락이 걸려있는 상황. 해결 방법 [MySQLWorkbench] -> [Settings] -> [SQL Editor] -> Safe Upd.. 이전 1 다음