mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 01:33:14 +00:00
Implement and test --recursion-method=none in MasterSlave.pm and pt-table-checksum.
This commit is contained in:
3
t/lib/samples/ro-checksum-user.sql
Normal file
3
t/lib/samples/ro-checksum-user.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE USER 'ro_checksum_user'@'%' IDENTIFIED BY 'msandbox';
|
||||
GRANT SELECT ON sakila.* TO 'ro_checksum_user'@'%';
|
||||
GRANT SELECT, INSERT, UPDATE, DELETE ON percona.checksums TO 'ro_checksum_user'@'%';
|
Reference in New Issue
Block a user