[mysql] safe update 하기

 

 에러 내용

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 Preferecnces -> SQL queries and reconnect.

 

해결 방법

> query

SET SQL_SAFE_UPDATES = 0;