mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add MySQL privilege SERVICE_CONNECTION_ADMIN
Add MySQL dynamic privilege `SERVICE_CONNECTION_ADMIN` that was introduced in MySQL 8.0.14. See: - https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-14.html - https://dev.mysql.com/doc/refman/8.0/en/administrative-connection-interface.html
This commit is contained in:
parent
53db412632
commit
7b9d93ecbc
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ __grants__ = [
|
|||
"SELECT",
|
||||
"SET USER", # MariaDB since 10.5.2
|
||||
"SET_USER_ID",
|
||||
"SERVICE_CONNECTION_ADMIN", # MySQL since 8.0.14
|
||||
"SHOW DATABASES",
|
||||
"SHOW VIEW",
|
||||
"SHUTDOWN",
|
||||
|
|
Loading…
Add table
Reference in a new issue