It is certainly possible; but it is going to depend on a couple of things.
At the host where MySQL will be running:
* MySQL must be "bound" to a public IP address and listening on a port that you know of (3306 by default)
* You must be able to make a network connection INBOUND to that host's network on the port on which MySQL is listening (3306 by default). It could well be firewalled off...
At the host where your Website/VB.Net is running:
* You must be able to make a network connection OUTBOUND on the port on which MySQL is listening. This could also be firewalled off...
If the above is in place then there shouldn't be any problem - simply configure your database connector for the remote IP address and port number as required.
Hope this helps!
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks