Supported Databases and Databa...
Required Connection Permission...
MySQL Configuration
2 min
purpose in mysql, the objective is to grant \[username] read access to specific schemas without modification rights this mysql account is solely needed for connecting and retrieving data securely grant permissions grant select on performance schema to ’\[ username ]’@’%’; schema can differ; performance schema is an example the only need is for this mysql account to connect