Chapter 6 Making Database in RDS
Guide on how do we create multiple database in our newly created RDS server
*23 steps · Created Aug 20, 2026
Step 01: Click link "bigkart-db-server"
Step 02: Drag Connect using
Step 03: Click Connect using
Step 04: Press Control on Connect using
Step 05: Press c on Connect using
Step 06: Copy from mysql -h bigkart-db-server.c9cuu68as97f.ap-south-1.rds.amazonaws.com -P 3306 -u
Step 07: Click Connect using
Step 08: Click Launch CloudShell
Step 09: Click Run
Step 10: Press a on CloudShell
Step 11: Press d on CloudShell
Step 12: Press m on CloudShell
Step 13: Press i on CloudShell
Step 14: Press n on CloudShell
Step 15: Press 1 on CloudShell
Step 16: Press 2 on CloudShell
Step 17: Press 3 on CloudShell
Step 18: Press Enter on CloudShell
Step 19: Click ~ $ mysql -h bigkart-db-server.c9cuu68as97f.ap-south-1.rds.amazonaws.com -P 3306
Step 20: Type "3
" in CloudShell terminal input
Step 21: Type "MySQL [(none)]> create database bigkart_admin_db;
" in CloudShell terminal input
Step 22: Type "MySQL [(none)]> create database bigkart_customer_db;
" in CloudShell terminal input
Step 23: Type "MySQL [(none)]> show databases;
" in CloudShell terminal input