Jump to content

Different hosting servers but same backend


amaxe

Recommended Posts

Hi all,

 

I would like to know whether it is possible to use a single database backend, which

would be wired to different web sites present at different servers in different part of world. I am at a situation to build an application

which would be uploaded into

different sites and act as a part of the site, but need to collect data from all these

sites into same database table. Is this possible ? .Thanks in advance.

I hope you have full control over the server. The usual hosting server will not allow you this, I'm afraid.

Basically you need two things: the first is having remote users enabled by mysql server security settings.

The second is having remote ip connections on the mysql server port (3306 usually) allowed by the server firewall.

Do you think you can manage it?

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.