[mysql] error code:1175


[mysql] error code:1175

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 -> SQL Editor and reconnect. DELETE FROM BOARD; BOARD의 모든 데이터 열이 삭제가 안되었다. 이유는 SAFE MODE 였다. 물론 나는 SAFE MODE를 설정한적이 없다. 자동으로 되나보다.. 여튼 set sql_safe_updates=0; 위 명령어로 해결했다....

[mysql] error code:1175에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


#1175 #ERRORCODE1175 #MYSQL

원문링크 : [mysql] error code:1175