AnalyticDB for MySQL allows you to manage databases and tables in a visualized manner in the console.

Prerequisites

Usage notes

  • Only information about databases, tables, and views can be displayed.
  • The Information_schema system database and AnalyticDB for MySQL data cannot be displayed.

Procedure

  1. Log on to the AnalyticDB for MySQL console.
  2. In the upper-left corner of the page, select the region where the cluster resides.
  3. In the left-side navigation pane, click Clusters.
  4. On the Data Lakehouse Edition (V3.0) tab, find the cluster and click its Cluster ID.
  5. In the left-side navigation pane, click Data Management.
  6. View information about databases on the Databases tab.
    Databases
    No.SectionDescription
    Search boxAllows you to perform fuzzy search based on the database name.
    Database listDisplays the database name, creation time, and update time of each database, and allows you to sort databases by database name, creation time, or update time.
  7. Click the name of a database to view information about tables and views.
    • Tables tabTable
      No.SectionDescription
      Search box
      • Allows you to perform fuzzy search based on the table name.
      • Allows you to search for tables based on the table type (external table, dimension table, or fact table).
      • Allows you to perform fuzzy search based on the database description.
      Database listDisplays the database, table name, table type, storage size, description, creation time, and update time, and allows you to sort tables by table name, storage size, creation time, or update time.

      Click the name of a table to view details about the table.

      Table details
      No.SectionDescription
      Table informationDisplays the database, table name, table type, and description.
      Basic InformationDisplays the field name, data type, nullable, primary key, distribution key, partition key, and description. These parameters cannot be edited.
      Note The displayed information varies based on the table type.
      Search boxAllows you to perform fuzzy search based on the field name.
      Data PreviewDisplays the data of the table. By default, the first 10 rows of table data are displayed.
      DDL StatementsDisplays the SQL statement that is used to create the table. The SQL statement cannot be edited.
      Go to SQL DevelopmentAllows you to go to the SQL Development page. For more information about SQL Development, see SQL development.
    • Views tabView
      No.SectionDescription
      Search box
      • Allows you to perform fuzzy search based on the view name.
      • Allows you to search for views based on the view type (standard view or materialized view).
      • Allows you to perform fuzzy search based on the view owner.
      Database listDisplays the database, view name, view type, view owner, creation time, and update time, and allows you to sort views by view name, creation time, or update time.

      Click the name of a view to view the SQL statement that is used to create the view.

      View details
      No.SectionDescription
      View informationDisplays the database, view name, view type, and description.
      DDL StatementsDisplays the SQL statement that is used to create the view. The SQL statement cannot be edited.
      Go to SQL DevelopmentAllows you to go to the SQL Development page. For more information about SQL Development, see SQL development.