MySQL
MySQL database connection credentials.
Fields
| Field | Description | Required |
|---|---|---|
| Host | Database server hostname | Yes |
| Port | Database port (default: 3306) | Yes |
| Database | Database name | Yes |
| Username | Database user | Yes |
| Password | Database password | Yes |
Setup Steps
- Step 1: Get the connection details from your MySQL database (host, port, database name, user, and password)
- Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
- Step 3: Select MySQL as the credential type
- Step 4: Enter the host, port, database, user, and password
- Step 5: Click Test Credential to verify the connection