pingcap/tidb
GitHub で見る`show grants` statement should contain the privilege informations for create bindings
Open
#16,749 opened on 2020年4月23日
component/bindinfocomponent/privilegeepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request
Repository metrics
- Stars
- (40,090 stars)
- PR merge metrics
- (平均マージ 14d 4h) (30d で 346 merged PRs)
説明
Feature Request
tidb(localhost:4000) > show grants for root;
+-------------------------------------------------------------+
| Grants for root@% |
+-------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION |
+-------------------------------------------------------------+
1 row in set (0.00 sec)
Grants for user doesn't show privilege info for bindings. But we have checked permission for users to create bindings.