# ./run-all-tests --host 10.101.0.135 --user='root' --password='root'
Got error: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client' when connecting to DBI:mysql:database=test;host=10.101.0.135 with user: 'root' password: 'root'
# mysql --user=root --password='root' -h 10.101.0.135 test
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 30307
Server version: 5.0.85-tmc-op-log Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.