Jump to content

Connecting to a database on another website


imperium2335

Recommended Posts

Hi,

 

I have the general gist on how to connect to another database on another server but I would like to know what can be done to minimize latency. i.e. is there a way to prioritise requests from one IP (website) above all else, or what about a dedicated VPN connection etc?

How would you set it to replicate?

 

We are about to launch about 15 websites around the world and we want them to draw from and update one central database which is located in our main office.

 

With a secure connection, would that just be adding a port number provided by the hosting company to the end of the ip? e.g. mysql_connect('123.123.123.123:1313' etc?

 

To do this sort of thing would it guarantee success if we hosted our sites on dedicated servers?

 

kind regards.

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.