Amazonrds 简明教程

Amazon RDS - MySQL Connecting to DB

要连接到 Amazon RDS MySQL DB,我们需要一个客户端软件。在这里,我们使用 MySQL Workbench。使用链接 MySQL Workbench 安装它。

To connect to Amazon RDS MySQL DB we need a client software. In this case we use MySQL Workbench. Install it using the link MySQL Workbench .

成功安装后,我们按照以下步骤将其连接到 Amazon RDS。

After it is successfully installed we follow the steps below to connect it to the Amazon RDS.

Step-1

从 DB 实例详细信息中获取端点。

From the DB instance details get the end point.

mysql end point dtls

Step-2

使用端点和主用户凭据作为连接详细信息。

Use the end point and the master user credentials as the connection details.

mysqlconn

Step-3

连接后,我们得到以下窗口。

Once connected, we get the following window.

mysql sucefully connected

Step-4

我们可以浏览数据库并立即查询数据库。

We can browse the DB and query the DB now.

mysql query