Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java alternative for phpMyAdmin [closed]

I find myself working in an environment where all I have access to is Tomcat + MySQL. No Apache, no PHP. I'm looking for a web interface to MySQL that will run under Tomcat (can't be a desktop interface, as the mysql port is not accessible).

I'm tried jMyAdmin and javaMyAdmin. I can't get either to work, and both lack documentation and community support. Can anyone make a recommendation please?

like image 348
rcourtna Avatar asked Jun 01 '10 02:06

rcourtna


1 Answers

You might want to try JSPMyAdmin.

like image 72
Stefan Schmidt Avatar answered Nov 09 '22 05:11

Stefan Schmidt