I have 10 databases in my server:
[root@TENCENT64 /data/home/fernguo/percona-toolkit-2.2.20/bin]# mysql -upercona -ppercona -h xxxx
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 13372
Server version: 5.7.17-log Source distribution
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| binlog |
| dba |
| mysql |
| percona |
| performance_schema |
| sbtest |
| sys |
| tmp |
| tmpdir |
+--------------------+
10 rows in set (0.00 sec)
but pt-table-checksum only checks 2 database,other databases are ignored,why?
[root@TENCENT64 /data/home/fernguo/percona-toolkit-2.2.20/bin]# ./pt-table-checksum h=xxxx,u=percona,p=percona,P=3306 --no-check-binlog-format --no-check-replication-filters
TS ERRORS DIFFS ROWS CHUNKS SKIPPED TIME TABLE
02-24T17:37:05 0 0 1 1 0 0.011 dba.delay_monitor
02-24T17:37:05 0 0 0 1 0 0.011 mysql.columns_priv
02-24T17:37:05 0 0 4 1 0 0.012 mysql.db
02-24T17:37:05 0 0 2 1 0 0.011 mysql.engine_cost
02-24T17:37:05 0 0 0 1 0 0.012 mysql.event
02-24T17:37:05 0 0 0 1 0 0.011 mysql.func
02-24T17:37:05 0 0 1 1 0 0.011 mysql.gtid_executed
02-24T17:37:05 0 0 40 1 0 0.011 mysql.help_category
02-24T17:37:05 0 0 682 1 0 0.012 mysql.help_keyword
02-24T17:37:05 0 0 1340 1 0 0.012 mysql.help_relation
02-24T17:37:05 0 0 637 1 0 0.015 mysql.help_topic
02-24T17:37:05 0 0 0 1 0 0.011 mysql.ndb_binlog_index
02-24T17:37:05 0 0 0 1 0 0.011 mysql.procs_priv
02-24T17:37:05 0 0 1 1 0 0.011 mysql.proxies_priv
02-24T17:37:05 0 0 6 1 0 0.011 mysql.server_cost
02-24T17:37:05 0 0 0 1 0 0.011 mysql.servers
02-24T17:37:05 0 1 1 1 0 0.011 mysql.tables_priv
02-24T17:37:05 0 0 0 1 0 0.011 mysql.time_zone
02-24T17:37:05 0 0 0 1 0 0.011 mysql.time_zone_leap_second
02-24T17:37:05 0 0 0 1 0 0.011 mysql.time_zone_name
02-24T17:37:05 0 0 0 1 0 0.011 mysql.time_zone_transition
02-24T17:37:05 0 0 0 1 0 0.011 mysql.time_zone_transition_type
02-24T17:37:05 0 0 30 1 0 0.014 mysql.user