데이터베이스/SQL

[SQL] MySQL Error Code: 1175

Reference M1 2019. 11. 1. 20:58

 

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

MySQL에서 Update시 발생하는 문제로 해결 방법은 안전모드를 종료해주면 된다.

SET SQL_SAFE_UPDATES = 0;