citricsquid Posted December 24, 2007 Share Posted December 24, 2007 Hi, I'm with a host and it's impossible to transfer my domain, and i need the site on that domain, however the host doesn't support mysql. I am also with another host that supports mySQL, how do i create a database with the host #2 on the site http://domain2.com that i can connect to on http://domain1.com. So i need to be able to, on domain2.com access a databse on domain1.com, how? Quote Link to comment https://forums.phpfreaks.com/topic/83035-connecting-to-an-external-table/ Share on other sites More sharing options...
BenInBlack Posted December 24, 2007 Share Posted December 24, 2007 sounds like all you really need is to setup another domain name that is similar on the host that does handle MySql and then on the Site that has the domain name, just redirect to site on 2nd host. I am lost on how you are stuck on this host, if the domain name is yours you can move it a host cant force you to keep your domain name there. Quote Link to comment https://forums.phpfreaks.com/topic/83035-connecting-to-an-external-table/#findComment-422482 Share on other sites More sharing options...
Barand Posted December 25, 2007 Share Posted December 25, 2007 On the MySQL server on domain1.com create a user/password and specify @domain2.com. Use that user to connect from domain2.com to your db on domain1 Quote Link to comment https://forums.phpfreaks.com/topic/83035-connecting-to-an-external-table/#findComment-422862 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.