[PHP-DB] Unable to connect to mysql database

2010-08-10 Thread nagendra prasad
Hi All, I am working on a site which is developed in joomala. We have our domain on www.net4.in. Initially we have tested the site on the WAMP server locally. On the wamp server its working fine, however when we tried to configure it on www.net4.in its not working at all. The site is giving an

[PHP-DB] Re: [PHP-WIN] Unable to connect to mysql database

2010-08-10 Thread Ritesh Raghuvanshi
you need to first check if mysql there on the server is allowed to accept connections from any IP. then configure accordingly your connection credentials including port, password etc. Regards, Ritesh Raghuvanshi (+91) 9702 97 3614 On 10 August 2010 21:47, nagendra prasad

RE: [PHP-DB] Unable to connect to mysql database

2010-08-10 Thread 3dgtech
Hi there, You will have to adjust the configuration file (configuration.php) in your root folder for the new site. var $host = ; var $user = ; var $db = ; they have to reflect the new settings. Hope that helps. Eli Aschkenasy -Original Message- From: