Master user can't connect to an existing database in Aurora MySQL – RDS
I have a set of databases as below mysql> show databases; +------------------------+ | Database | +------------------------+ | information_schema | | sys | | system | | test | When I try to access 'test' database using the master user I'm…