Amazon RDS - MariaDB Connecting to DB



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

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

Step-1

From the DB instance details get the end point.

mariadb_db_details_1.JPG

Step-2

From connecitons choose Amazon AWS -> Amazon RDS for MariaDB.

mariadb_start_conn_2.JPG

Step-3

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

mariadb_start_conn_3.JPG

Step-4

Once connected, we get the following window.

mariadb_start_conn_4.JPG

Step-5

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

mariadb_start_conn_5.JPG
Advertisements