connect
Establish a connection to a MySQL database using provided credentials or environment variables, enabling database operations through the MCP Server MySQL.
Instructions
Connect to a MySQL database. If not called explicitly, will use environment variables for connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Database host | |
| port | No | Database port | |
| user | No | Database user | |
| password | No | Database password | |
| database | No | Database name |