I am guessing the message "unable to connect to database" is something you have echoed on a die() or as an error message, could you tell us what is the step before this. Also just check if the database is set correctly, and the user name and the password is correct. Some hosts use the host as localhost, some others do it differently. some hosts have your primary user name perpended to the database username etc... Check the configs. I believe its got to do with the host or username/password Thanks, Vinay On Wed, Aug 11, 2010 at 12:36 AM, 3dgtech <systems@xxxxxxxxxxx> wrote: > Hi there, > > You will have to adjust the configuration file (configuration.php) in your > root folder for the new site. > var $host = xxxx; > var $user = xxxx; > var $db = xxxx; > they have to reflect the new settings. > Hope that helps. > > Eli Aschkenasy > > -----Original Message----- > From: nagendra prasad [mailto:nagendra802000@xxxxxxxxx] > Sent: Tuesday, August 10, 2010 12:18 PM > To: phpexperts@xxxxxxxxxxxxxxx; PHP DB; php-windows@xxxxxxxxxxxxx > Subject: [PHP-DB] Unable to connect to mysql database > > 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 error called > "unable to connect to database". I have already configured the config file. > Can anyone tell me how to connect the script with the database? Dose anyone > have any experience working on www.net4.in control panel? > > Best, > Guru. > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >