Connecting to other MYSQL database than provided by host -


ok experiencing. have example 2 websites (old , new website). new website stored on different host (one.com) old website on (register.be). if developing new website able connect local (with mamp) database of register.be website running on new host not able connect database of old host got error:

warning: mysql_connect(): [2002] connection timed out 

could host isn't allowing me use database?

thanks!

you may need go company database hosted , give new website access use database, alternatively, try changing dns records on new host point old host's mysql ip address


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -