pt-show-grants - order output of column privileges - lp1523730

This commit is contained in:
frank-cizmich
2015-12-12 21:28:26 -03:00
parent 9616c8a415
commit e784d226e6
6 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
-- Grants for 'sally'@'%'
GRANT INSERT (city), SELECT (city_id) ON `sakila`.`city` TO 'sally'@'%';
GRANT SELECT (SANumber, DateCreated, PaymentStat, PckPrice) ON `test`.`t` TO 'sally'@'%';
GRANT SELECT (DateCreated, PaymentStat, PckPrice, SANumber) ON `test`.`t` TO 'sally'@'%';
GRANT USAGE ON *.* TO 'sally'@'%';