Create DB

New
{% for item in data %} {% if item[0] != 'information_schema' and item[0] != 'mysql' and item[0] != 'performance_schema' and item[0] != 'sys' %}

{{item[0]}}

{{item[1]}}

View Delete
{% endif %} {% endfor %}