mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 21:35:00 +00:00
PT-1554 Fixed tests for MySQL 8
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
grant select, replication slave, replication client, super, process on *.* to 'test_user'@'%' identified by 'foo';
|
||||
CREATE USER 'test_user'@'%' identified by 'foo';
|
||||
grant select, replication slave, replication client, super, process on *.* to 'test_user'@'%';
|
||||
grant all on percona.* to 'test_user'@'%';
|
||||
create database if not exists percona;
|
||||
use percona;
|
||||
|
Reference in New Issue
Block a user