MySQL / MariaDB operations

v0.1.3

Read-only MySQL diagnostics plus narrow operator actions for killing queries, flushing logs, and analyzing tables. Authenticates via ~/.my.cnf or MYSQL_PWD env var on the runner host — never via per-call credentials over the wire.

Pack ID
mysql
Vendor
emisar
OS
linux
Actions
25
Required binaries: mysql. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:b318672e19149b21745d76856ceed87fbdd34b5e20554db13848b0be34e986cc

on the runner host
sudo emisar pack install mysql \
  --hash sha256:b318672e19149b21745d76856ceed87fbdd34b5e20554db13848b0be34e986cc \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 25 total

View on GitHub