Programming/MySql
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.
생각하는로뎅
2016. 12. 23. 20:56
반응형
workbeanch 6.3
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.
1. update 쿼리문 실행시 위와 같은 오류가 발생.
2. workbench -> Edit
3. SQL Editor -> Safe Updates 체크 해제
4. workbeanch 재시작
반응형