Files
tidb/privilege
tiancaiamao c0bc20a217 privilege/privileges: use pattern match to check dbRecord in mysql.db (#4733)
grant all privileges on `te%`.* to 'user'@'host';
This will create a record in mysql.db, all databases with name prefix 'te'
(such as 'test', 'temp') will be available to 'user'@'host'
2017-10-11 03:13:42 -05:00
..