-
[MYSQL] Error Code: 1175. You are using safe update mode and you tried to update2.1.데이터베이스(ORACLE)/4. MYSQL 2014. 12. 30. 20:32
운영체제
Windows7 64-bit
최초 작성일
2014/012/30
프로그램 및 버전
MYSQL 5.6
마지막 수정 작성일
-
[주의사항]
-
1. 작업개요
MySQL Workbench에서 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 Queries and reconnect.
2. 작업내용
1) 아래 명령을 실행한다.
소스 및 이미지
set sql_safe_updates = 0;
설명
-
3. 작업결과
-
[참고 사이트]
위 사이트를 참고 하였습니다.
'2.1.데이터베이스(ORACLE) > 4. MYSQL' 카테고리의 다른 글
[MYSQL] Error Code: 1175. You are using safe update mode and you tried to update (0) 2014.12.30