728x90
반응형
AWS에서 create trigger 로 trigger 를 생성 하려는 데 아래와 같은 에러가 표시됐다.
Access denied; you need (at least one of) the SUPER privilege(s) for this operation
알아보니 해당 DB 클러스터 파라미터 그룹에서 log_bin_trust_function_creators 값을 1 로 설정해야 한다고 나왔다.
아래 블로그에 캡쳐와 함께 잘 설명되어 있다.
https://medium.com/sjk5766/aws-rds-you-do-not-have-the-super-privilege-and-binary-logging-is-enabled-%EC%97%90%EB%9F%AC-%EB%B0%9C%EC%83%9D-%EC%8B%9C-f9ce557269fd
참고사이트
https://aws.amazon.com/ko/premiumsupport/knowledge-center/rds-mysql-functions/
728x90
반응형