
Connection Details
| Field | Description | Example |
|---|---|---|
| Host | Your MySQL server address | db.example.com |
| Port | MySQL port (default 3306) | 3306 |
| Database | Database name | production_db |
| Username | MySQL user | readonly_user |
| Password | User password | •••••••• |
Setting Up
Enter connection details
Fill in the host, port, database name, username, password, and SSL CA certificate.

Example Questions
- “How many orders were placed this month?”
- “Show me the top 10 customers by revenue”
- “What’s the average order value by region?”


