mysql에서 delete from 테이블 할때 일괄 삭제가 안되는 경우에 설정을 변경해준다.
->Safe가 걸려있음
Reconnect to Server를 해야 위 설정한 delete가 먹힘
auto-commit은 꺼두는게 rollback 기능을 사용할수있다.
'DATA BASE' 카테고리의 다른 글
MySQL - error code 1175. you are using safe update mode and you tried to update without a WHERE that uses a KEY column... 오류 해결 (0) | 2020.08.03 |
---|---|
MySQL 한글설정 (0) | 2020.07.27 |
MySQL 설치 (0) | 2020.07.07 |
외례키 설정으로 테이블 끼리 연결되어있을 때 그 데이터만 delete하려면 (0) | 2020.07.06 |
20200519 (0) | 2020.05.19 |