카테고리 없음
MySQL Workbench 에러 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
코딩저장소
2016. 1. 27. 16:31
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.109 sec
삭제 쿼리 날렸더니 위에러뜬다..
흠...
방법은 간단
Edit-Preferences 들어가서
아래 동그라미 부분 체크 해제 하면 끝!
그리고 도 안될경우
워크밴치 재부팅하면 잘됨!!