{% extends "baseTemplate/index.html" %} {% load static %} {# Database list. Angular interpolation is {$ … $}; Django keeps {{ … }}. #} {% block title %}Databases{% endblock %} {% block content %}

Databases

MariaDB schemas across the sites you manage. Sizes come straight from the server, so an empty database really is empty.

Import / Export {% if currentACL.admin %} MySQL Manager {% endif %} {% if currentACL.admin or currentACL.createDatabase %} New database {% endif %}

Filter

Pick a website, or list every database you can see.

This site uses of databases allowed by its package.

This site's package does not limit the number of databases.

databases

Total size on disk: MB

Loading databases…

No databases here yet.

{% if currentACL.admin or currentACL.createDatabase %} Create the first one {% endif %}
Database User Website Size Tables Remote access Created Actions
{$ db.tableCount === null || db.tableCount === undefined ? '—' : db.tableCount $} {$ entry.host $}{$ $last ? '' : ', ' $} localhost only {% if currentACL.admin or currentACL.createDatabase or currentACL.deleteDatabase %} {% endif %} {% if currentACL.admin or currentACL.deleteDatabase %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}