All Products
Search
Document Center

:Manage data

Last Updated:Jun 18, 2024

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 a region.
  3. In the left-side navigation pane, click Clusters.
  4. On the Data Lakehouse Edition (V3.0) tab, find the cluster that you want to manage and click the Cluster ID.
  5. In the left-side navigation pane, click Data Management.

  6. View information about databases on the Databases tab.

    库列表

    No.

    Section

    Description

    Search box

    Allows you to perform fuzzy search based on the database name.

    Database list

    Displays 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 tab表

      No.

      Section

      Description

      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, replicated table, or fact table).

      • Allows you to perform fuzzy search based on the database description.

      Database list

      Displays the database, table name, table type, storage capacity, description, creation time, and update time, and allows you to sort tables by table name, storage capacity, creation time, or update time.

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

      表详细信息

      No.

      Section

      Description

      Table information

      Displays the database, table name, table type, and description.

      Basic Information

      Displays the field name, data type, nullable option, primary key, distribution key, partition key, and description. These parameters cannot be edited.

      Note

      The displayed information varies based on the table type.

      Search box

      Allows you to perform fuzzy search based on the field name.

      Data Preview

      Displays the data of the table. By default, the first 10 rows of table data are displayed.

      DDL Statement

      Displays the SQL statement that is used to create the table. The SQL statement cannot be edited.

      Go to SQL Development

      Allows you to go to the SQL Development page. For more information about SQL Development, see SQL development.

    • Views tab视图

      No.

      Section

      Description

      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 list

      Displays 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.

      视图详细信息

      No.

      Section

      Description

      View information

      Displays the database, view name, view type, and description.

      DDL Statement

      Displays the SQL statement that is used to create the view. The SQL statement cannot be edited.

      Go to SQL Development

      Allows you to go to the SQL Development page. For more information about SQL Development, see SQL development.