개발 지식/MySQL
[MySQL] Workbench Error Code : 1175 해결 방법
광규니
2021. 9. 7. 09:13
반응형
Mysql에서 update delete문을 썼을 때
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.
이러한 에러가 뜨시는 분
preferences - SQL Editor- Safe Updates 체크한거 푸시고 워크벤치 프로그램 껐다가 다시 켜주세요.
반응형