All Products
Search
Document Center

AnalyticDB:DataGrip

Last Updated:Mar 28, 2026

DataGrip is compatible with AnalyticDB for MySQL. This page covers the test environment used for verification and the database operations confirmed to work with DataGrip.

Test environment

ComponentVersion
MySQL JDBC drivermysql-connector-java-8.0.15
DataGripDownload DataGrip

Verified operations

The following operations were tested and confirmed to work with AnalyticDB for MySQL in DataGrip.

Test connectivity

Connectivity test result

List databases

Database listing result

To display all schemas, select All schemas in the connection configuration.

All schemas setting

Create a table

Create table result

List all tables

List tables result

Query the schema of a table

Table schema result

Write data to a table

Insert data result

Query data from a table

Query table data result

Create a view

Create view result

Query data from a view

Query view result