2023. 12. 5. 15:28ㆍDatabase/MySQL
MySQL Safe Updates 해제시 참고한 링크
https://www.geeksengine.com/database/manage-table/safe-update.php
How to disable (or enable) Safe Updates in MySQL
How to disable (or enable) Safe Updates in MySQL When you do action queries such as update or delete in MySQL Workbench (or any other MySQL client), if you are not able to update or delete records in a table, it could be caused by the default safe mode in
www.geeksengine.com
MySQL Safe Updates 해제하는 방법 (Error code : 1175)
1. MySQL Safe Updates 상단의 Edit - Preferences 를 클릭합니다.
2. 왼쪽 메뉴 중 SQL Editor 를 클릭하고 하단으로 스크롤을 내립니다.
3. Other 칸의 Safe Updates(rejects UPDATEs and DELETEs with no restrictions)의 체크를 해제하고
ok 버튼을 클릭합니다.
4. MySQL Workbench를 재시작합니다.
'Database > MySQL' 카테고리의 다른 글
MySQL 테이블에 데이터 추가(insert, NN, Default 값, sql파일로 데이터 추가) (1) | 2023.12.07 |
---|---|
MySQL Workbench 테이블 컬럼 설정(데이터 타입 : INT, VARCHAR, TINYINT(BOOLEAN), DECIMAL, TIMESTAMP / 제약조건 : PK, NN, UQ, UN, AI) (2) | 2023.12.06 |
MySQL Workbench의 기본 사용 방법(DB-SCHEMAS, 테이블 생성) (0) | 2023.12.05 |
MySQL Workbench와 AWS RDS 데이터베이스 서버 연결하기(방화벽 설정) (2) | 2023.12.05 |
MySQL Workbench 다운로드 및 설치 방법 (0) | 2023.12.04 |