All Products
Search
Document Center

AnalyticDB:DBVisualizer

Last Updated:Mar 28, 2026

DBVisualizer connects to AnalyticDB for MySQL through the MySQL-compatible driver. This page covers the prerequisites and supported database operations.

Prerequisites

Before you begin, make sure you have:

  • DBVisualizer 10.0.24 (download)

  • Java 1.8 installed on your machine

  • An AnalyticDB for MySQL cluster — note the cluster endpoint, port, database name, username, and password

Supported operations

The following operations were tested against AnalyticDB for MySQL using DBVisualizer 10.0.24.

Test environment

ComponentVersion
DBVisualizer10.0.24
Javajava version "1.8.0_161" — Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
MySQL clientmysql Ver5.6.46 for osx10.13 on x86_64 (Homebrew)

Test results

  • Test connectivity

    Connection to AnalyticDB for MySQL

  • List databases

    List databases

  • Create a table

    Create a table

  • List all tables

    List all tables

  • Query the schema of a table

    Query the schema of a table

  • Write data to a table

    Write data to a table

  • Query the data of a table

    Query the data of a table

  • Create a view

    Create a view

  • Query the structure of a view

    Query the structure of a view

  • Query a view

    Query a view

What's next