pingcap/tidb
在 GitHub 查看`show grants` statement should contain the privilege informations for create bindings
Open
#16,749 建立於 2020年4月23日
component/bindinfocomponent/privilegeepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request
倉庫指標
- Star
- (40,090 star)
- PR 合併指標
- (平均合併 14天 4小時) (30 天內合併 346 個 PR)
描述
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.