My RDS MySQL mas_ter account doesn't have enough privileges to allow me to create triggers

0

The AWS RDS docs say that the mas_ter user has TRIGGER rights, but mine does not. I don't know how to add it since my mas_ter user lacks the rights to change its own rights. How do I change the rights so that I can add triggers?

1개 답변
3
수락된 답변

check the following parameter for MySQL log_bin_trust_function_creators

https://mariadb.com/docs/skysql/ref/mdb/system-variables/log_bin_trust_function_creators/

it is false by default set to true (1) to enable Triggers

To do this you can create a new Parameter groups then change the relevant value and assign this Parameter Group to the RDS instance

profile picture
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠