mysql -u root --password=labpassword -h <rds_host>
3. Execute the below command to select the database named travelbuddy
use travelbuddy
4. Execute the below command to watch the tables in the database .
show tables;