MySQL
Connect MySQL so agents can query your data.
Connect
Host, database, user, password. Access keeps the secret. Prefer read-only until the job needs writes.
Keep it safe
Start read-only. Allow writes when the job needs them.
Example
Using MySQL, summarize the top error codes from the last day.