DATABASE/MySQL
[MySQL] Workbench - Error Code : 1175 해결하기
딸기맛도나쓰
2020. 8. 4. 17:55
에러 내용
Workbench
에서 WHERE
절을 사용하지 않고 UPDATE
나 DELETE
명령을 수행할 경우 아래와 같은 에러 코드가 뜬다.
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
해결 방법
- 참고 : 링크
Edit
-> Preferences
-> SQL Editor
-> 맨 하단의 Other
박스의 Safe Updates
체크 해제 -> Workbench
재시작