How to make Php application running on Xampp to connect to a remote mysql db?

Posted by gsk on Stack Overflow See other posts from Stack Overflow or by gsk
Published on 2010-05-04T04:40:42Z Indexed on 2010/05/04 4:48 UTC
Read the original article Hit count: 221

Filed under:
|
|

I have a php application running on XAMPP but I want to connect to a mysql db running on a remote machine(which is also using XAMPP). The application works fine when I connect to the mysqldb instance on my machine. I have changed the configuration files to point to the remote db and have given the correct credentials as well. But I get access denied error.

© Stack Overflow or respective owner

Related posts about xampp

Related posts about php