Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.genloop.ai/llms.txt

Use this file to discover all available pages before exploring further.

This page contains standard MySQL connection fields. Your tech team should verify the exact values before sharing this with users.
Genloop connects to MySQL using a direct database connection. You will need read access credentials to your MySQL instance before starting. Minimum supported version: MySQL 8.0

Required fields

FieldDescription
Connection nameA display name to identify this connection in Genloop
HostThe hostname or IP address of your MySQL server (e.g. db.example.com)
PortDefault is 3306
DatabaseThe name of the specific database you want to connect
UsernameThe MySQL user Genloop will use to connect
PasswordThe password for the above user

Permissions required

The user you provide must have SELECT access on the tables you want Genloop to query. No write permissions are needed.
GRANT SELECT ON your_database.* TO 'genloop_user'@'%';

SSL

If your MySQL instance requires SSL, enable the SSL toggle and provide your SSL certificate. This is recommended for production databases.

Firewall and IP allowlist

If your database is behind a firewall, you will need to allowlist Genloop’s IP addresses. Contact your workspace admin or talk to us to get the current IP range.

Next steps

Connect a database

Back to the full connection setup flow.

Context Hub

View and edit the memory built from your connection.