Connecting from MySQL Workbench
To connect from MySQL Workbench
-
Download and install MySQL Workbench at Download MySQL Workbench
. -
Open MySQL Workbench.
-
From Database, choose Manage Connections.
-
In the Manage Server Connections window, choose New.
-
In the Connect to Database window, enter the following information:
-
Stored Connection – Enter a name for the connection, such as
MyDB
. -
Hostname – Enter the DB instance endpoint.
-
Port – Enter the port used by the DB instance.
-
Username – Enter the user name of a valid database user, such as the master user.
-
Password – Optionally, choose Store in Vault and then enter and save the password for the user.
The window looks similar to the following:
You can use the features of MySQL Workbench to customize connections. For example, you can use the SSL tab to configure SSL/TLS connections. For information about using MySQL Workbench, see the MySQL Workbench documentation
. Encrypting client connections to MySQL DB instances with SSL/TLS, see Encrypting client connections with SSL/TLS to MySQL DB instances on Amazon RDS. -
-
Optionally, choose Test Connection to confirm that the connection to the DB instance is successful.
-
Choose Close.
-
From Database, choose Connect to Database.
-
From Stored Connection, choose your connection.
-
Choose OK.