I have a third site to set up, but it's on a different host: 1and1, running under UNIX with PHP 4.4.9 and MySQL 5.0.67. So I literally made a copy of one of my existing sites (both website files and DB backup), and changed config.php appropriately (DB connections and paths). I've double- and triple-checked the settings but no matter what I try I'm getting this error, both via /index.php and /admin:
Code: Select all
Fatal error: Attempt to connect to database [dbname] on [dbusername]@[dbhost]
failed in /homepages/13/d318687414/htdocs/lib/adodb.functions.php on line 69
My database is set up with an exact copy of the database from another CMSms site. I know I can connect to the database since I tried a test PHP script which does a simple connect (retrieved via this link: http://www.wallpaperama.com/forums/simp ... t5702.html), and it works.
This is a pretty vanilla 1and1 setup, nothing special enabled that I know of. I'm a proficient C# programmer who can get by in PHP, but I'm not sure what I can do to troubleshoot why CMSms cannot connect. Help!
Erik