MySQL에서 UPDATE 사용 시 error code이다.
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.
1. 일시적 안전 모드 비활성화
SET SQL_SAFE_UPDATES=0; 입력 후 실행
2. Message 해결 방법
Edit -> Preferences -> SQL Editor -> Safe Update 해제 -> OK
'MySQL > MySQL Workbench & MySQL error' 카테고리의 다른 글
[MySQL Workbench] Error resolution collection(에러 해결 모음) (0) | 2023.07.12 |
---|