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