Is it possible to run a MySQL database from another server? Like if I have my site on Bluehost.Com, can I a MySQL database I have from a site hosted on Globat.Com? (the above is just an example...i actually have a server of my own and wanted to know if I could use my servers MySQL database from a shared hosting server)
Have you tried replacing "localhost" with the IP of your dedicated server? I think that will work. Bye
Hello, you simply need to use the IP adress (or the hostname) instead of localhost (127.0.0.1) while using scripts (PHP, Perl or anything else) You must also be sure your target server will accept any Mysql transaction (TCP + SQL authorization) Hope this helps. Cheers !
Yeah add accesshosts in your control panel software, by default MySQL only allows 127.0.0.1 ( localhost ) to access the service.
really, it does? thats so cool! but I dont have a control panel with an option to put access hosts. does anybody know how to do that using SSH? thanks!