Tools 썸네일형 리스트형 MySQL - safe mode 해제하기 MySQL Workbench를 사용 중인데, 아래와 같이 테이블의 모든 내용을 지우려고 쿼리를 날렸는데 에러가 발생했다. DELETE FROM test.tb_hms_region; 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.000 sec safe mode라는 기능인데, update나 delete를 할 때 where 조건을 사용하여 key 값을 지정하지 않으면 실행 안되게 막아주는 기능인.. 더보기 이전 1 ··· 6 7 8 9 10 11 12 ··· 26 다음