I try to use the mysqldbcompare tool, but I get a connection error:
$ mysqldbcompare --server1=client --skip-data-check db1:db2 # server1 on <ip>: ... ERROR: Access denied for user 'root'@'<ip>' (using password: YES)
I can use mysql and just connect. I set my credits using mysql_config_editor --host=<ip> --user=root --port=3306 --password and tested using the mysql command with all arguments passed ( mysql -u root -p -h <ip> -P 3306 ) and without them.
I checked the server binding address and looked at the server error logs, but it just repeats the connection failure message. I searched on the Internet (and so on), but could not find anything.
Any help is appreciated.
source share