From 4a5c722463af0e2a1ccfd8b809c2224afaaa74ad Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 4 Dec 2024 10:01:47 +0800 Subject: [PATCH] privilege: change privilege for SHOW PROCESSLIST from SUPER to PROCESS (#19559) --- privilege-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privilege-management.md b/privilege-management.md index 102333d1a79da..e9525983fa2cf 100644 --- a/privilege-management.md +++ b/privilege-management.md @@ -426,7 +426,7 @@ Requires the `INSERT` and `SELECT` privileges for the table. `SHOW GRANTS` requires the `SELECT` privilege to the `mysql` database. If the target user is current user, `SHOW GRANTS` does not require any privilege. -`SHOW PROCESSLIST` requires the `SUPER` privilege to show connections belonging to other users. +`SHOW PROCESSLIST` requires the `PROCESS` privilege to show connections belonging to other users. `SHOW IMPORT JOB` requires the `SUPER` privilege to show connections belonging to other users. Otherwise, it only shows jobs created by the current user.