What problem does it solve?
This Skill provides comprehensive guidance and commands for managing MySQL/MariaDB databases, covering daily operations, backup and recovery, and performance tuning.
Core Features & Use Cases
- Connection Management: Connect to local or remote MySQL instances and execute SQL commands.
- User and Permissions: Create, manage, and revoke user privileges.
- Database and Table Operations: Perform standard CRUD operations on databases and tables.
- Backup and Restore: Utilize
mysqldump for reliable database backups and restoration.
- Performance Monitoring: Analyze process lists, status variables, and slow queries.
- Troubleshooting: Address common issues like slow queries, lock waits, and replication lag.
Quick Start
Use the mysql skill to connect to your local database as the root user and show all databases.