데이터베이스/마이 SQL(MySQL)

에러코드(Error Code) 1175 발생시

후바스탱크 2015. 3. 4. 17:04

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


위와 같은 에러 발생시 다음의 쿼리 를 수행해주면 된다.

SET SQL_SAFE_UPDATES=0;