🐬

MySQL

available

Query and manage MySQL databases — connect to PlanetScale, AWS RDS, Google Cloud SQL, or any MySQL instance via the mysql CLI.

data

What This Skill Does

Query and manage MySQL databases — connect to PlanetScale, AWS RDS, Google Cloud SQL, or any MySQL instance via the mysql CLI.

Capabilities

  • SQL Queries — Run SELECT, INSERT, UPDATE, and DELETE operations
  • Multi-Platform — Connect to PlanetScale, RDS, Cloud SQL, and more
  • Schema Management — Create and modify tables and indexes
  • Data Export — Export query results for analysis

How It Works

  1. Provide your MySQL connection string
  2. Write SQL queries or describe the operation
  3. The skill executes via the mysql CLI
  4. Results are returned in tabular format

Example Usage

"Query the users table for active accounts"
"Create a new index on the orders table"
"Export last month's transactions to CSV"