Amazon RDS – MySQL Connecting to DB To connect to Amazon RDS MySQL DB we need a client software. In this case we use MySQL Workbench. Install it using the link . After it is successfully installed we follow the steps below to connect it to the Amazon RDS. Step-1 From the DB instance details […]
Amazon RDS – MySQL Creating DB As a cloud platform AWS gives you very minimal number of steps to setup a DB in RDS. Creating a MYSqlDB can be done in three ways. Using AWS management console, AWS CLI or AWS API. We will look at each of these approaches one by one. Using AWS […]
Amazon RDS – MySQL DB Export Import Amazon RDS MySQL provides easy ways of importing data into the DB and exporting data from the DB. After we are able to successfully connect to the MySQL database we can use CLI tools to run the import and export commands to get the data from other sources […]