This post will explain how to use SSH to connect from a Mac or Linux terminal to your EC2 instance or Jump server. Make that
Category: AWS RDS
Backup and Restore MySQL databases through Jump servers
The import of MySQL databases using backup files is supported by Amazon RDS. You can back up your database, save it on Amazon S3, and
Connect EC2 Instance through SSH
To connect to your Linux instance using an SSH client, follow these steps. Syntax: ssh -i /path/key-pair-name.pem instance-user-name@instance-public-dns-name It doesn’t need to be in the
All about AWS RDS MySQL
The posts about AWS RDS and MySQL that were written for this blog can be found below. For quick reference only.
rds_kill_query in MySQL RDS
Use the mysql_rds_kill_query procedure with the query’s ID to terminate any queries that are currently being processed by the MySQL server. You can query the
ERROR 1095 (HY000): You are not owner of thread
The following error occurs when using RDS MySQL when you attempt to kill a user session. MySQL> KILL 46552; > ERROR 1095 (HY000): You are