Help Center/ GaussDB(for MySQL)/ FAQs/ Version Upgrade/ How Can I Check the Version of a GaussDB(for MySQL) Instance?
Updated on 2024-09-05 GMT+08:00

How Can I Check the Version of a GaussDB(for MySQL) Instance?

This section describes how to check the version of a GaussDB(for MySQL) instance.

Method 1: Checking the Version on the GaussDB(for MySQL) Console

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Click in the upper left corner of the page, choose Databases > GaussDB(for MySQL).
  4. On the Instances page, click the instance name.
  5. On the Basic Information page, check the instance version.
    Figure 1 Checking the instance version on the GaussDB(for MySQL) console

Method 2: Checking the Instance Version on the DAS Console

  1. Log in to the target DB instance.
  2. On the top menu bar, choose SQL Operations > SQL Query.
  3. Run the following statement to check the instance version:

    select @@version;

    Figure 2 Checking the instance version on the DAS console