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 年前242 查看次数
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
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容