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
×
Delete {{item[0]}} ?
Would you like to delete this {{item[0]}}?
You cann't undo this action.
{% endif %} {% endfor %}