{% extends "group_admin/base.html" %} {% block title %}Database{% endblock %} {% block content %}

Configure MC Database

Connection Details
{% if test_result is defined %}
{% if test_result %} Connection successful! Settings saved. {% else %} Connection failed: {{ test_error }} {% endif %}
{% endif %}
{% if creds %}
Leave blank to keep the existing password.
{% endif %}
{% if creds %} {% endif %}
Info

Enter the connection details for your MCLogger MySQL database. The panel only reads data (SELECT) — write access is not required.

Credentials are stored encrypted and are only visible to your group.


Required tables:

  • player_sessions
  • chat_messages
  • player_commands
  • block_events
  • player_deaths
  • proxy_events
  • server_events
  • permission_changes
{% endblock %}