connect_db
Establish a connection to a MySQL database using host, user, password, and database details, with optional port configuration. Simplifies database interactions through MCP MySQL Server's standardized interface.
Instructions
Connect to MySQL database (optional if environment variables are set)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes | Database name | |
host | Yes | Database host | |
password | Yes | Database password | |
port | No | Database port (optional) | |
user | Yes | Database user |