[MySQL] Error Code: 1175 . You are using safe update mode and you tried to update 에러 발생 이유, 해결 방안


[MySQL] Error Code: 1175 . You are using safe update mode and you tried to update 에러 발생 이유, 해결 방안

안녕하세요 도미닉입니다. 오늘 MySQL Workbench를 사용하다가 delete 코드를 사용했을 때 아래와 같은 오류를 마주하였습니다.

[MySQL] Error Code: 1175 . You are using safe update mode and you tried to update ...

찾아보니 SAFE MODE가 켜져있어서 그렇다고 합니다. 이런 오류를 해결하려면 아래 쿼리를 실행하면 됩니다.

SET SQL_SAFE_UPDATES = 0; 감사합니다. 참고 : jwgye.tistory.com/31...

[MySQL] Error Code: 1175 . You are using safe update mode and you tried to update 에러 발생 이유, 해결 방안에 대한 요약내용입니다.

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


원문링크 : [MySQL] Error Code: 1175 . You are using safe update mode and you tried to update 에러 발생 이유, 해결 방안