Home > Software design >  How can I use the Query Editor for Amazon Aurora v2?
How can I use the Query Editor for Amazon Aurora v2?

Time:01-10

Currently, I have created an Aurora Serverless v2 MySQL database cluster.

When it comes to using the Query editor I get the following message:

No databases that support query editor

Currently, query editor only supports Aurora Serverless databases. Only Aurora Serverless database that you have access to will be displayed.

To use the query editor for a database, the database must have the Data API enabled.

The Data API option in the Additional Connectivity section isn't available anymore and I couldn't find it so I skipped it.

CodePudding user response:

As per docs:

The Data API and query editor aren't supported for Aurora Serverless v2.

The query editor is available only for Aurora Serverless v1 DB clusters using specific Aurora MySQL and Aurora PostgreSQL versions that support the Data API.

  • Related