mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-29596 Separate SUPER and READ ONLY ADMIN privileges
The benefit of this is that one can remove the READ ONLY ADMIN privilege from all users and this way ensure that no one can do any changes on any non-temporary tables. This is good option to use on slaves when one wants to ensure that the slave is kept identical to the master.
This commit is contained in:
@@ -1003,7 +1003,7 @@ The following specify which files/extra groups are read (specified before remain
|
||||
value
|
||||
--read-only Make all non-temporary tables read-only, with the
|
||||
exception for replication (slave) threads and users with
|
||||
the SUPER privilege
|
||||
the 'READ ONLY ADMIN' privilege
|
||||
--read-rnd-buffer-size=#
|
||||
When reading rows in sorted order after a sort, the rows
|
||||
are read through this buffer to avoid a disk seeks
|
||||
|
Reference in New Issue
Block a user