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
hfxsd authored Dec 4, 2024
1 parent a6ed826 commit 4a5c722
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 @@ -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.

Expand Down

0 comments on commit 4a5c722

Please sign in to comment.