Help Center> Relational Database Service> FAQs> Version Upgrade> How Can I View the Minor Versions of RDS MySQL DB Instances?

How Can I View the Minor Versions of RDS MySQL DB Instances?

  • On the Instance Management page of the RDS console, view the DB engine version of the target DB instance.
    Figure 1 Instance management
  • On the DAS console, perform the following steps to view the minor version of the target DB instance:
    1. Log in to the target DB instance.
    2. On the top menu bar, choose SQL Operations > SQL Window.
    3. Run select @@version; to view the version of the DB instance.
      Figure 2 Viewing the version