Skip to content

Commit

Permalink
privilege: change privilege for SHOW PROCESSLIST from SUPER to PROCESS (
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 4, 2024
1 parent 630e445 commit 23c246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privilege-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,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.

Expand Down

0 comments on commit 23c246f

Please sign in to comment.