phpMyAdmin 的 java 替代品
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2946972/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
java alternative for phpMyAdmin
提问by rcourtna
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).
我发现自己在一个只能访问 Tomcat + MySQL 的环境中工作。没有 Apache,没有 PHP。我正在寻找将在 Tomcat 下运行的 MySQL 的 Web 界面(不能是桌面界面,因为 mysql 端口不可访问)。
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?
我尝试过 jMyAdmin 和 javaMyAdmin。我两者都无法工作,而且都缺乏文档和社区支持。请问有人可以推荐吗?
采纳答案by Stefan Schmidt
You might want to try JSPMyAdmin.
您可能想尝试JSPMyAdmin。
回答by bwawok
Why not a normal client, like squirrel? Any of the desktop clients (like squirrel) should really do 99.99% of what you would want to do with phpmyadmin... why do you need something java-ish to run on the server?
为什么不是像松鼠这样的普通客户?任何桌面客户端(如松鼠)都应该真正完成您想要用 phpmyadmin 完成的 99.99% 的事情……为什么您需要在服务器上运行一些 java-ish?

