Supported Databases and Databa...
Masking Permissions
MySQL Configuration
3 min
In MySQL, the objective is to create a user that can connect and perform SELECT operations on any database/table without modification rights.
Connect as [username] and execute a SELECT query:
If [username] can retrieve the data without an error, the privileges are correctly granted.