MySQL Integration
Execute safe read-only SQL queries against MySQL databases with multi-connection support, SSL encryption, and defense-in-depth security
What is it?
Execute safe read-only SQL queries against MySQL databases with multi-connection support, SSL encryption, and defense-in-depth security Built for use cases involving mysql, database, sql, data-analysis, query.
How to use it?
Create connections.json in the skill directory or ~/.config/claude/mysql-connections.json.
Security: Set file permissions to 600 since it contains credentials:
chmod 600 connections.json
{
"databases": [
{
"name": "production",
"description": "Main app database - users, orders, transactions",
"host": "db.example.com",
"port": 3306,
"database": "app_prod",
"user": "readonly_user",
"password": "your-password",
"ssl_disabled": false
}
]
}
Key Features
- Execute safe read-only SQL queries against MySQL databases with multi-connection support, SSL encryption, and defense-in-depth security
- Database management and query optimization
- Data analysis and visualization capabilities
Related Skills
More from Data-analysisMicrosoft SQL Server Integration
Execute safe read-only queries against MS SQL Server databases with multi-connection support, TLS encryption, and comprehensive security features
postgres
Execute safe read-only SQL queries against PostgreSQL databases with multi-connection support and defense-in-depth security
D3.js Visualization
Teaches Claude to produce D3 charts and interactive data visualizations
Download MySQL Integration
MySQL Integration is free and open source. Download it from the official source repository — clone it with git or use GitHub's Download ZIP option on the repo page — then copy the skill folder into your project's .claude/skills/ directory to install it.
If you are an AI agent
Query this directory over HTTP
This site is a searchable directory of harness components for AI coding agents. Fetch objective JSON — names, descriptions, stars, and source links. Installation and selection are yours to decide.
GET https://claudeskills.info/api/v1/search?q=ui%2Fux
GET https://claudeskills.info/api/v1/search?type=subagent&q=review
GET https://claudeskills.info/api/v1/meta
See https://claudeskills.info/llms.txt