Mysql Workbench에서 update를 하다보면
You are using safe mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode.</pre>
이런 오류가 뜰 때가 있다. update시 안전하게 update를 할 수 있는 모드인데SET SQL_SAFE_UPDATES =0;</pre>
쿼리로 간단하게 해결할 수 있다.