티스토리 뷰
개발자의 삶/Database(PostgreSQL, Redis, Oracle, ...)
[MySQL] 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 ...
나RD 2017. 5. 10. 17:27728x90
정보
문제
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.000 sec
|
해결방법
Edit > Preferences > SQL Editor - Safe Updates (rejects UPDATEs and DELETEs with no restrictions) 체크 해제
|
반응형
'개발자의 삶 > Database(PostgreSQL, Redis, Oracle, ...)' 카테고리의 다른 글
[오라클] 테이블 생성했는데, 기본 설정이 궁금하다! (1) | 2019.10.15 |
---|---|
[오라클] DB 관련 문서(엔티티/테이블 정의서, 테이블 목록 등) 작성 (0) | 2019.10.14 |
단기 속성 입문 현업 사용 MS-SQL SSMS 단축키 설정 정리 (0) | 2017.05.18 |
[MySQL] MySQL 64bit 설치 (2) | 2017.05.10 |
[MS-SQL] 중국어 깨질 때 (0) | 2017.03.22 |
[ORACLE] [SQL] SELECT 해서 INSERT 하기 (0) | 2017.01.02 |
[Oracle] 버전 확인 (0) | 2016.12.09 |
[오라클] primary key 추가 삭제 (2) | 2016.12.02 |