Estou utilizando o Putty e não consigo acessar o banco por linha de comando:
ubuntu@ip-172-31-27-65:~$ mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N O)
ubuntu@ip-172-31-27-65:~$ mysql -u root -pclipboard -h mysql-clipboard.cseewscw4 mmo.us-east-1.rds.amazonaws.com
mysql: [Warning] Using a password on the command line interface can be insecure.
Em outra tentativa:
root@Klermann:~# mysql -u root -pclipboard -h mysql-clipboard.cseewscw4mmo.us-east-1.rds.amazonaws.com
The program 'mysql' can be found in the following packages:
* mysql-client-core-5.7
* mariadb-client-core-10.0
Try: apt install <selected package>
root@Klermann:~#
https://image.prntscr.com/image/GbwrXeOgSLSPIzSeqsw0Ww.png