{% extends "baseTemplate/index.html" %} {% load static %} {# MySQL Manager: server status + live process list. Administrator only -- #} {# see databases.views.admin_only / mysqlManager. #} {% block title %}MySQL Manager{% endblock %} {% block content %}
Live MariaDB status and connections. This page is administrator only: every row here belongs to the server, not to one customer.
MariaDB did not answer the status query. It may be down, or the panel's database account may be missing the PROCESS privilege.
connections right now.
No connections were reported.
| Id | User | Host | Database | Command | Time (s) | State | Info | Actions |
|---|---|---|---|---|---|---|---|---|
| {$ proc.id $} | {$ proc.user $} system | {$ proc.host $} | {$ proc.db || '—' $} | {$ proc.command $} | {$ proc.time $} | {$ proc.state || '—' $} | {$ (proc.info || '—').slice(0, 80) $} |