* UPDATE 시 에러코드
: 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
--> mysql상의 안전한 모드 옵션 설정으로 인해 실행이 안됨 -- > 변경했을 때의 위험한 결과를 방지하기 위해 설정이 되어 에러 발생
1. MySQLWorkbench → Preferences 클릭
2. SQL Editor → 하단 Safe Updates 체크박스 해제 → OK 클릭
3. 현재 접속한 서버 창 끄기
4. 재접속 후 UPDATE문 다시 입력 후 실행
'ERROR' 카테고리의 다른 글
TOMCAT_Several ports (8005, 9090) required by Tomcat v8.5 Server at localhost are already in use. (0) | 2021.10.29 |
---|---|
Mac m1_Oracle DB 생성하기 (0) | 2021.08.26 |
이클립스_Console, Package Explorer (0) | 2021.07.24 |
댓글