Category: SQL Status: base
Connects to a MySQL relational database. Supports full SQL querying, schema browsing, migrations, and ORM code generation.
| Field | Default | Description |
|---|---|---|
| host | localhost | Server hostname or IP |
| port | 3306 | TCP port |
| user | (empty) | Database username |
| password | (empty) | Database password |
| dbname | (empty) | Database name |
| url | (empty) | Full connection URL (overrides above fields) |
Username and password. Password must be at least 8 characters; avoid spaces and quotation marks.