mysql_export_data
Export MySQL table data to CSV or JSON files by specifying the table name, file path, and query conditions. Manage database exports efficiently with this tool on the MySQL MCP Server.
Instructions
导出表数据到文件
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | 导出文件路径 | |
format | Yes | 导出格式 | |
tableName | Yes | 表名称 | |
where | No | 查询条件(可选) |