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.
update safe모드로 설정되있어서 업데이트시 키 컬럼을 사용하지 않으면 업데이트 할수 없다... 라는 것 같다
방법
SET SQL_SAFE_UPDATES =0;
라는 쿼리문을 입력한다.
or
워크벤치의 Edit - Preferences 에서 빨간 원을 체크 해제 하면 된다.
댓글 없음:
댓글 쓰기