amaxe Posted May 16, 2010 Share Posted May 16, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/201952-different-hosting-servers-but-same-backend/ Share on other sites More sharing options...
ldb358 Posted May 17, 2010 Share Posted May 17, 2010 if i understand your question properly you can connect to the same mysql server from different site Quote Link to comment https://forums.phpfreaks.com/topic/201952-different-hosting-servers-but-same-backend/#findComment-1059264 Share on other sites More sharing options...
amaxe Posted May 17, 2010 Author Share Posted May 17, 2010 Thank you very much dude.but, could you please tell me how to configure the server for allowing connections from different sites to our database. Quote Link to comment https://forums.phpfreaks.com/topic/201952-different-hosting-servers-but-same-backend/#findComment-1059376 Share on other sites More sharing options...
luca200 Posted May 17, 2010 Share Posted May 17, 2010 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? Quote Link to comment https://forums.phpfreaks.com/topic/201952-different-hosting-servers-but-same-backend/#findComment-1059383 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.