MySQL에서 DELETE문이 수행되지 않고 Error Code에

you are using safe update mode and you tried to update a table without a where that uses a key column

라고 표기될 때

 

해결방법

Workbench Preferences -> SQL Editor -> 제일 하단의 Safe Updates 체크박스 해제 후 실행

정상적으로 DELETE문 실행됨

반응형

+ Recent posts