Workbench를 사용해 DELETE 중 아래와 같은 오류가 발생할 경우 해결하는 방법입니다. 오류 내용 Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. 해결 방법 아래 경로로 차례대로 이동 후 Safe Update의 체크박스를 해제하면 간단히 해결됩니다. Edit → Preferences → SQL Editor → Other → Safe Updates (rejects UPDATEs and DELETEs with no restrictions) 체크 박스 해제 아래에 스크린샷 남기겠습니다.