Connect to MySQL from EC2 using MySQL CLI: mysql -h your-rds-endpoint -u admin -p Run the following commands in MySQL Shell: CREATE DATABASE company; USE company; CREATE TABLE users ( id INT ...
Connect to MySQL from EC2 using MySQL CLI: mysql -h your-rds-endpoint -u admin -p Run the following commands in MySQL Shell: CREATE DATABASE company; USE company; CREATE TABLE users ( id INT ...