M
What is it?
マルチ接続サポート、SSL暗号化、深層防御セキュリティを備えたMySQLデータベースに対する安全な読み取り専用SQLクエリの実行スキルです。
How to use it?
スキルディレクトリまたは~/.config/claude/mysql-connections.jsonにconnections.jsonを作成します。
セキュリティ:資格情報が含まれるため、ファイル権限を600に設定してください:
chmod 600 connections.json
{
"databases": [
{
"name": "production",
"description": "メインアプリデータベース - ユーザー、注文、トランザクション",
"host": "db.example.com",
"port": 3306,
"database": "app_prod",
"user": "readonly_user",
"password": "your-password",
"ssl_disabled": false
}
]
}
Key Features
- マルチ接続サポート、SSL暗号化、深層防御セキュリティを備えたMySQLデータベースへの安全な読み取り専用SQLクエリ実行
- データベース管理とクエリ最適化
- データ分析とビジュアライゼーション機能
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
79sanjay3290
Data-analysis
Developer Tools
postgres
Execute safe read-only SQL queries against PostgreSQL databases with multi-connection support and defense-in-depth security
79sanjay3290
Developer Tools
Data-analysis
D3.js Visualization
Teaches Claude to produce D3 charts and interactive data visualizations
110chrisvoncsefalvay
Developer Tools
Data-analysis