I connected my RDS database with mysql workbench and created tables. Can I view these tables in AWS management console?
I tried query editor, but I am getting an message "query editor only supports Aurora Serverless databases".
I connected my RDS database with mysql workbench and created tables. Can I view these tables in AWS management console?
I tried query editor, but I am getting an message "query editor only supports Aurora Serverless databases".
That's right, the query editor is available only for Aurora Serverless databases.
Amazon describes Amazon Athena MySQL connector that could help you achieve what you need. But this may not be as quick solution as the query editor.
The other way would be using a MySQL client that can access the database (e.g. mysql-client from a Linux instance inside the VPC that the database resides).