We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Terminal
1.1 Install mysql-client
sudo apt install mysql
1.2 Connect to RDS instance
mysql -h $HOST -P $PORT -u $DB_USER -D $DB_NAME -p
By using IDEA DB tools