当试图在RDS中创建触发器时,我得到以下错误:
ERROR 1419 (HY000): You do not have the SUPER privilege and binary logging is
enabled (you *might* want to use the less safe log_bin_trust_function_creators
variable)
是否有获得超级特权或禁用二进制日志记录的方法?
我在我的aws RDS服务器上运行以下查询: SET GLOBAL event_scheduler = ON; 我已经是超级管理员了。 我仍然得到以下错误: Error Code: 1227. Access denied; you need (at least one of) the SUPER privilege(s) for this operation
我试图在我的Aurora数据库上与IAM用户连接,形成我的本地机器,但我有以下错误:psql: FATAL: PAM authentication failed for user "test-rds"
命令,用于在db上创建用户:
CREATE USER test-rds WITH LOGIN;
GRANT rds_iam TO test-rds;
我已经创建了这个策略并将其附加到我的IAM用户。
{
"Version": "2012-10-17",
"Statement": [
{