Skip to content

Incorrect non-admin user permission for Aurora MySQL #1574

@grayyichen

Description

@grayyichen

Describe the issue

For non-admin user permission part, this command doesn't work on Aurora MySQL. It doesn't use this table for failover. Maybe we need "information_schema.replica_host_status" instead.
GRANT SELECT ON mysql.rds_topology TO 'your_user'@'%'; FLUSH PRIVILEGES;

Links

https://github.com/aws/aws-advanced-jdbc-wrapper/blob/main/docs/using-the-jdbc-driver/using-plugins/UsingTheBlueGreenPlugin.md#connecting-with-non-admin-users

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions