Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
帮助向用户授予特定权限的查询。
GRANT CURRENT GRANTS ON *.* TO another_user;
another_user
SELECT
GRANT CURRENT GRANTS(SELECT ON *.*) TO another_user;
my_database
INSERT
GRANT INSERT ON my_database.* TO another_user;
GRANT default_role TO another_user;
此页面对您有帮助吗?