All Products
Search
Document Center

AnalyticDB:DataGrip

Last Updated:Oct 28, 2024

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

Download DataGrip.

Test scope

  • Test connectivity连通性

  • List databases数据库

    To display all schemas, select All schemas in the connection configuration.设置ALL schema

  • 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查询视图