MySQL(DB)
MySQL 워크벤치 안전모드 해제하는 방법
keembloo
2023. 8. 7. 10:13
728x90
에러 내용
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.
안전모드 해제하는 방법
체크박스 해제 후 MySQL 끄고 다시 킨다.
껏다가 켰기 때문에 use database 를 해줘야한다.
1번만 해주면 됨.
728x90