将mysql数据库从应用程序连接到Web上的托管数据库

将mysql数据库从应用程序连接到Web上的托管数据库

问题描述:

嗨有没有办法将数据库从应用程序连接到网络上托管的文件?如果可以,我仍然可以使用adodb连接通过网络将我的数据库连接到我的项目吗?

hi there is there any way to connect database from application to file being hosted on the net? if posible can i still use adodb connection for connecting my database over the net to my project??

你必须有一个连接代码运行的地方。所以,如果你有一个VPN连接,那么是的,你可以通过互联网连接。
You have to have a connection from where the code is running. So, if you had a VPN connection then yes, you could connect "over the internet."