java:远程数据库被管理员禁用,还有其他连接方法吗?
我曾经通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有 shell,有两个选项值得研究:
If you have a shell, there are two options worth looking into: