re,
I create a specific user on the master AND the slave
Slave :
GRANT ALL PRIVILEGES ON . TO ‘percona_user’@‘master_host_ip’ IDENTIFIED BY ‘PASSWD’;"
Master :
GRANT ALL PRIVILEGES ON . TO ‘percona_user’@‘localhost’ IDENTIFIED BY ‘PASSWD’;"
But i have now a other error :
pt-table-checksum --databases=test_stats_admin_2013 --user=percona_user --password=MyPass
Cannot connect to h=slave1..com,p=…,u=percona_user
Cannot connect to h=slave2..com,p=…,u=percona_user
Cannot connect to h=slave3..com,p=…,u=percona_user
Cannot connect to h=slave4..com,p=…,u=percona_user
Cannot connect to h=slave5.***.com,p=…,u=percona_user
01-15T17:11:27 Replication filters are set on these hosts:
slave1
binlog_do_db = listing of databases name
slave_skip_errors = ALL
replicate_ignore_db = mysql
replicate_do_db = listing databases name
Please read the --check-replication-filters documentation to learn how to solve this problem. at /usr/bin/pt-table-checksum line 8951.