mysql_connect
Establishes a connection to a MySQL database by specifying host, port, user, and password. Allows secure database access and management through the MySQL MCP Server for performing operations and queries.
Instructions
连接到 MySQL 数据库
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | 数据库名称(可选) | |
host | Yes | MySQL 服务器地址 | |
password | Yes | 密码 | |
port | No | MySQL 端口号 | |
user | Yes | 用户名 |