I want to connect to the mysql database on the external server with shell command. Ubuntu version 16.04.
mysql -uXXXXXX -pYYYYYY -h domain.com
I get error:
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2059 (HY000): Authentication plugin 'mysql_old_password' cannot be loaded: /usr/lib/mysql/plugin/mysql_old_password.so: cannot open shared object file: No such file or directory