java:远程数据库被管理员禁用,还有其他连接方法吗?

发布于 2024-11-09 09:35:52 字数 183 浏览 0 评论 0原文

我曾经通过 jdbc 将我的 java 应用程序连接到远程数据库( MySQL ): url="jdbc:mysql://mydomain.com/myDataBase"

但现在,远程数据库连接已被禁用由管理员(托管公司)

有没有办法间接连接到我的数据库?比如传递服务器端 php 脚本之类的?

I used to connect my java app to a remote database ( MySQL ) through jdbc with: url="jdbc:mysql://mydomain.com/myDataBase"

But now, the remote database connexion has been disabled by the admin ( the hosting company )

Is there a way to connect to my database indirectly ? Like passing through a server side php script or something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨落星ぅ辰 2024-11-16 09:35:52

如果您有 shell,有两个选项值得研究:

  1. SSH 隧道(例如,此链接)
  2. MySQLProxy

If you have a shell, there are two options worth looking into:

  1. SSH Tunnel (for example, this link)
  2. MySQLProxy
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文