Подключаемся к серверу ec2 и пробрасываем порт mysql на свою машину:
ssh -i 52.112.16.18.pem -L 4080:127.0.0.1:3306 ec2-user@52.112.16.18
после этого можно юзать mysql
mysql -uroot -h 127.0.0.1:4080 -p'password'
Подключаемся к серверу ec2 и пробрасываем порт mysql на свою машину:
ssh -i 52.112.16.18.pem -L 4080:127.0.0.1:3306 ec2-user@52.112.16.18
после этого можно юзать mysql
mysql -uroot -h 127.0.0.1:4080 -p'password'
После ребилдинга VM, может быть ошибка
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host is
Делаем
ssh-keygen -R hostname