Amazonrds 简明教程

Amazon RDS - MariaDB Connecting to DB

要连接 Amazon RDS MariaDB,我们需要客户端软件。在此情况下,我们使用 Navicat。使用以下链接安装: Navicat

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

成功安装后,我们按照以下步骤将其连接到 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.

mariadb db details 1

Step-2

从连接中选择 Amazon AWS → Amazon RDS for MariaDB。

From connecitons choose Amazon AWS → Amazon RDS for MariaDB.

mariadb start conn 2

Step-3

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

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

mariadb start conn 3

Step-4

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

Once connected, we get the following window.

mariadb start conn 4

Step-5

接下来您可以连接到特定数据库并查看详细信息。

Next you can connect to specific db and view the details.

mariadb start conn 5