Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- coursera
- Homogeneous Coordinates
- Anaconda
- x-ray
- Emoji
- 동차좌표계
- 평가지표
- Map-reduce
- MySQL
- ubuntu
- procedure
- relaxation time
- nodejs
- https
- object detection
- pm2
- pytorch
- ssl
- NRMSE
- EC2
- FSL
- kernel
- Dual energy X-ray
- CT
- Cost Function
- git
- AWS
- error
- ml
- MRI
Archives
- Today
- Total
Pay it Forward
[Error] You are using safe update mode 에러 해결방법 본문
728x90
Mysql에서 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. 0.000 sec
해결방법이 나오지만 이보다 더 쉽게 아래와 같은 명령어를 입력하면 바로 해결!
set sql_safe_updates=0;
728x90
'DB > MYSQL' 카테고리의 다른 글
PROCEDURE (프로시져) 도중에 중단하기 (return 0; 사용하기) (0) | 2020.02.25 |
---|---|
PROCEDURE (프로시져) SELECT 결과 변수에 저장하기 (0) | 2020.02.25 |
MYSQL에서 문자열 자르기 (String Split) (0) | 2020.02.05 |
TRANSACTION (트랜잭션) 사용하기 (0) | 2020.01.16 |
PROCEDURE (프로시져) 동적쿼리 (0) | 2020.01.16 |
Comments