MySQLMan: Database list
<%include header.txt%>
    <%if feedback%> <%include message.txt%>

    <%endif%> <%ifnot db_table_cnt%>
    There are no Databases in MySQL _OR_
    The Server may not be Running.
    <%else%> <%loop db_table%> <%endloop%>
    DATABASEACTION
    <%name%> Drop
    <%endif%>