Updated on 2025-12-26 GMT+08:00

Connecting to an RDS for MySQL Instance Through MySQL-Front

MySQL-Front is a Windows front end for MySQL databases. It allows you to interact with MySQL databases through a GUI. For example, you can connect to a database, run SQL commands, and manage tables and records.

This section uses MySQL-Front 5.4 as an example to describe how to use MySQL-Front to connect to an RDS for MySQL instance through an EIP.

Process

  1. Download and install MySQL-Front (for example, MySQL-Front 5.4).
  2. Start the MySQL-Front.
  3. In the displayed dialog box, click New.

    Figure 1 Connection management

  4. Enter the information of the DB instance to be connected and click Ok, as shown in Figure 2.

    Figure 2 Adding an account
    Table 1 Parameter description

    Parameter

    Description

    Name

    Name for the database connection task. If you do not set this parameter, it will be the same as the Host value by default.

    Host

    EIP bound to the DB instance.

    To obtain it:

    1. Click the instance name to go to the Basic Information page.
    2. In the navigation pane, click Connectivity & Security and check the EIP.

    Port

    Database port of the DB instance.

    To obtain it:

    1. Click the instance name to go to the Basic Information page.
    2. In the navigation pane, click Connectivity & Security and check the database port.

    User

    Username used to access the instance. The default user is root.

    Password

    Password for the username you specified.

  5. In the displayed window, select the connection that you have created in 4 and click Open. If the connection information is correct, the DB instance will be connected.

    Figure 3 Opening a session