Forum Moderators: phranque

Message Too Old, No Replies

MySQL DataBase Question?

Can YouAccess A Database From Another Domain?

         

Hard_Drive

5:16 am on Jan 6, 2003 (gmt 0)

10+ Year Member



Hello,
I could't find a forum to post this in so I chose this one...

I am changing servers and I will be on a dedicated server with several domain names pointed at different IP's

My Question Is....
If I have a MySQL Database on [domain1.com...]
Can I access it and use the results of that database on [domain2.com...] ?

Also can I use SSI on a dedicated server can I access a header page for example and use SSI to include it on all domains on my server?

Just had a few questions before I pay the cash for dedicated hosting...

Anyone Know The Answers?

Thank You! =)

andreasfriedrich

5:30 am on Jan 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Re MySQL

You need to have the appropriate permissions [mysql.com].

Re SSI

The URL cannot contain a scheme or hostname

[httpd.apache.org...]

You could always use a cgi-wrapper which requests the file from another server if thatīs what you really need to do.

Andreas