What problem does it solve?
This Skill provides a comprehensive set of tools to interact with MySQL databases, simplifying common database operations like connection testing, table management, schema inspection, and query execution, thereby reducing the need for manual command-line interactions or separate database clients.
Core Features & Use Cases
- Database Connectivity: Test and establish connections to MySQL instances with configurable parameters.
- Schema & Table Management: List all tables, views, and inspect the schema (columns, data types, indexes) of specific tables.
- Data Querying & Manipulation: Execute arbitrary SQL queries, including SELECT, INSERT, UPDATE, and DELETE statements.
- Database Information: Retrieve essential database and server information such as version, uptime, and connection status.
- Use Case: Automatically generate a CSV report of all customer orders placed in the last month by querying the
orders and customers tables.
Quick Start
Use the mysql-tools skill to list all tables in the 'mydatabase' database on 'localhost' with user 'root' and password 'mysecretpassword'.