mysql_setup_persistent
Establish a persistent MySQL database connection with configurable credentials, SSL support, and connection pooling for efficient query operations.
Instructions
Set up persistent connection with default credentials
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | MySQL host | localhost |
| port | No | MySQL port | |
| user | Yes | MySQL username | |
| password | Yes | MySQL password | |
| database | No | Database name | |
| ssl | No | Use SSL connection | |
| connectionLimit | No | Connection pool limit |