BigHugger
sk Skill · AIops-tools

mysql-aiops

Use this skill whenever the user needs to operate or troubleshoot a MySQL 8.x or MariaDB 10.6+ server as a DBA — a one-shot server health overview (version + flavor, connection headroom, replica role); server reads (global variables, status counters, databases, storage engines); activity (sessions/processlist, long-running queries, open InnoDB transactions, lock waits); query stats (performance_schema…

installs 8w
0
30-day movement
starts with the next reading
Related entries
1
Connections
1
bashPythonmysqlgovernancemcpaiops
Host repository
AIops-tools/MySQL-AIops
Allowed tools
Bash
Compatible with
Standalone, self-governed MySQL/MariaDB DBA operations. The governance harness (audit, policy, token/runaway budget, undo, it is never logged or echoed. SQL safety: all values are bound query parameters, the few identifiers that cannot be parameterised (schema/table/index/column/variable names, where drop rebuilds the definition from SHOW CREATE TABLE, set_global_variable restores the prior value), irreversible ops (kill session/query, optimize/analyze, they have not yet been exercised against a live server (see docs/VERIFICATION.md). Community-maintained
Licence
MIT
Host language
Python