jspMyAdmin 0.6.5 (Default branch) |
|
|
jspMyAdmin is a clone of the very popular
phpMyAdmin, but written in JSP. It provides MySQL
database administration over the Web.
License: GNU General Public License (GPL)
Changes:
Previous releases assumed Java 1.4, and the file lib.inc.jsp used enum as a variable: Enumeration enum. However, as of Java 1.5 enum is a keyword, and index.jsp throws an exception. lib.inc.jsp has been changed to not use enum as a variable, and to use enumer instead.
|