일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- db
- MySQL
- linux
- springboot
- ubuntu
- devops
- jenkins
- Spring Batch
- JVM
- it
- redis
- IntelliJ
- Gradle
- javascript
- jsp
- ReactJS
- Oracle
- Design Patterns
- Spring Boot
- Web Server
- java
- Spring
- Git
- laravel
- 요리
- php
- tool
- elasticsearch
- 맛집
- AWS
Archives
- Today
- Total
아무거나
[mysqlworkbench] update 오류 Error Code: 1175... 본문
반응형
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;
반응형
'IT > 개발관련툴' 카테고리의 다른 글
[eclipse] Gradle 빌드 안될 시 (0) | 2019.12.26 |
---|---|
[eclipse] java gradle 프로젝트 import 방법 (0) | 2019.12.26 |
[eclipse] git sync 돌릴때 수정내역 안뜨는 문제 (0) | 2019.12.26 |
[eclipse] 플러그인 삭제 (0) | 2019.12.26 |
[eclipse] svn 플러그인 사용방법 (0) | 2019.12.26 |
Comments