AWS RDS Aurora 查询编辑器:拒绝用户访问 'admin'@'#.#.#.#'(使用密码:YES)

AWS RDS Aurora Query Editor : Access denied for user 'admin'@'#.#.#.#' (using password: YES)

我正在试用查询编辑器和 运行 默认查询:

select * from information_schema.tables; # Press run and see the current database tables below

给我这个错误:用户'admin'@'#.#.#.#'(使用密码:YES)拒绝访问

GRANT ALL PRIVILEGES ON `%`.* TO 'admin'@#.#.#.#;

上面的命令解决了。引用自 here.