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