mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
-- Grants for 'sally'@'%'
|
|
GRANT INSERT (city), SELECT (city_id) ON `sakila`.`city` TO 'sally'@'%';
|
|
GRANT SELECT (DateCreated, PaymentStat, PckPrice, SANumber) ON `test`.`t` TO 'sally'@'%';
|
|
GRANT USAGE ON *.* TO 'sally'@'%';
|