Hi I plan to use one central database for several web sites (with different hosts) that use the same content. I just want to know is there any way to use or pull content from a single database from one host to use with different web sites host on the same or different servers? I am using several shares packages & a VPS at the moment (most servers I host use cPanel). Is this possible for the above types of hosting package? and How can I do that? Thank you very much for any answer. Six
yes, you can. go into phpmyadmin and setup new users and allow them to connect from hosts other than LOCALHOST. change that entry to the ip of the server they're connecting from. then when you're connecting to the db from the other servers, use that user/pass and the ip (instead of localhost).
Godaddy hosting, I think is an example of what is mentioned above. It's just about how you connect to your database. Bye