MySQL
Connection Parameters
Section titled “Connection Parameters”When adding a MySQL connection in Tracelake, you’ll need to provide the following information:
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Host | String | Yes | MySQL server hostname or IP address | mysql.example.com |
| Port | Integer | No | MySQL server port (default: 3306) | 3306 |
| Username | String | Yes | Database username for authentication | root |
| Password | Password | Yes | Database password for authentication | ******** |
| Database | String | Yes | Database name (required for MySQL) | mydatabase |
Additional Notes
Section titled “Additional Notes”- Uses the mysql.connector driver for connectivity