On 10/29/2010 6: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
>
>
> -------------------------------------
>
>
>
>
How are you going to access the database if you can't access the server?
Additionally, many hosts firewall databases from external access for
security reasons. If that's the case, it wouldn't be accessible no
matter what.
But this isn't really a PHP question - it's a database question. What
you're asking pertains to any programming language - but only to the
database(s) in question.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================