<html>
<HEAD><TITLE> Mysql Web Admin</TITLE></HEAD>
<BODY text=#000000 link=#000066 vlink=006699 alink=#0066ff bgcolor=#ffffff>
<h1> Mysql Web Admin </h1>
<center> Please Log into a Mysql Server<br><i>(anything on localhost other then test is prohibited)</i></center>
<b>Do not connect to your own server,</b> unless you have read this warning.  This application uses the mm.mysql JDBC driver to connect to databases.  If you connect to your own database, as far as I know, the password for your database will be transmitted un-encrypted by the mm.mysql JDBC driver to your server.  For that reason, if you connect to your own server, you should do so at your own risk.  If you wish to use MysqlAdmin on your own database server, you should install this web application on your own server.
<br>
<form name=test action="$$.ServletPath." method=POST>
$$.!FQUIDHidden.
$$.SessionHidden.
<center><b><font color=#BB0000> $$.Error.</font></b></center>
<table align=center>
<tr><td>Hostname:</td><td><input value="localhost" type=text size=15 name=Hostname></td></tr>
<tr><td>Username:</td><td><input value="" type=text size=15 name=UserID></td></tr>
<tr><td>Password:</td><td><input value="" type=password size=15 name=Password></td>
<tr><td>Database:</td><td><input value="test" type=text size=15 name=Database></td></tr>
<tr><td>Port:</td><td><input type=port size=4 name=Port value="3306"></td>
</tr></table>
<center><input type=submit name="MysqlAdminLogin" value="Log in"></center>
</form>
</html>