Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (1.4k points)
edited by

I want to connect MySQL using AWS RDS. How can I achieve this?

1 Answer

0 votes
by (2.6k points)
edited by

For connecting your RDS DB instance using the MySQL client, follow the commands in the command prompt.  Provide DNS name(endpoint) of your DB instance in -h, provide the port of your DB instance in -p and enter the master user with its respective password.

mysql -h mysql–instance1.123456789012.us-east-1.rds.amazonaws.com -P 3306 -u mymasteruser -p

Want to learn more about AWS, and become a master by enrolling for Intellipaat's AWS Solutions Architect Certification!

For more information, check out this AWS Tutorial.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer

Browse Categories

...