FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » linking between 2 databases (on different servers)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: linking between 2 databases (on different servers) [message #170351 is a reply to message #170349] Sat, 30 October 2010 01:44 Go to previous messageGo to previous message
Magno is currently offline  Magno
Messages: 49
Registered: October 2010
Karma:
Member
On 10/29/2010 07:50 PM, ANF wrote:
> Hi,
>
> I use 2 servers containing separate content. The content is accessed
> using the same username and password. I have the ip remote server address
> for one of the servers but the second server providers are refusing to
> hand out the same information because of security concerns. The info I
> store on this second server does have to be kept safe. Is there a way of
> creating a link between the databases using php code which does not
> require the ip address of the second server? I do not want to compromise
> on security. Thank you for your time. ANF

You could write a PHP service in the other side, which can process some
(because of obvious potential security issues) pre-made queries and
return them to your script, all the communication being made through curl.

The only issues would be, bandwidth consumption (might not worry you in
some cases), and delay because of the communication between servers.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to post data without waiting for the response
Next Topic: Stats comp.lang.php (last 7 days)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 14:28:09 GMT 2024

Total time taken to generate the page: 0.05223 seconds