{% extends 'base.html' %} {% block content %}

{{_('This tool allows you to make changes to your MySQL configuration. Modifications made here will prompt a MySQL service restart.')}}

{{_('MySQL Configuration Settings')}}
{% for key in default_keys %}
{% endfor %}
{{_('Recommended values:')}}
{% endblock %}