Is it possible to access a MySQL database from a domain other than the domain that the database is phtsically on, and if so, how?
For example, if my database is located on www.site1.com, and I want to access it from a script on www.site2.com, how do I do it? For arguments sake, assume both websites are physically located on the same server, and they share an IP address of 123.123.123.001.
Also, what about if the 2 websites are on different servers physically?
Thanks.
Alan
For example, if my database is located on www.site1.com, and I want to access it from a script on www.site2.com, how do I do it? For arguments sake, assume both websites are physically located on the same server, and they share an IP address of 123.123.123.001.
Also, what about if the 2 websites are on different servers physically?
Thanks.
Alan
Comment