This topic describes a compatibility test between DataGrip and AnalyticDB for MySQL and provides screenshots of test results. Compatibility is tested from a variety of aspects including connectivity, database listing, and table creation.
Test environment
MySQL JDBC driver | DataGrip |
mysql-connector-java-8.0.15 |
Test scope
Test connectivity
List databases
To display all schemas, select All schemas in the connection configuration.
Create a table
List all tables
Query the schema of a table
Write data to a table
Query the data of a table
Create a view
Query the data of a view