Hi,
I’m using pt-table-checksum in my environment, with the same SQL user to run the tool (with this command):
pt-table-checksum --ignore-databases mysql h=$masterHost,P=$masterPort,u=$slaveUser,p=$slavePass
What is the minimum but necessary Permission that the SQL user needs to run it?
Thanks!