Supported Databases and Databa...
Masking Permissions

MySQL Configuration

3 min

Purpose

In MySQL, the objective is to create a user that can connect and perform SELECT operations on any database/table without modification rights.

Grant Permissions

MySQL


Testing Permissions

Connect as [username] and execute a SELECT query:

Pgsql


If [username] can retrieve the data without an error, the privileges are correctly granted.