Hello,
I'm having quite a time trying to get Drupal up and running, and I'm not even getting consistent error messages, depending on what machine I try to connect from. I'm using Red Hat Linux Enterprise with up to date versions of PHP and MySQL, and Apache 1.3. I am new to all of these technologies, as I come from a Windows background, so I could very well be missing something obvious. Please bear with me as I explain in further (and probably too much) detail.
When I try to connect from the server itself, I consistently get a pop-up alert which says "The connection was refused when attempting to contact scoop.domainname.com" (which is the hostname of the machine). I've tried different variants of the address in both the browser and the conf.php file with no result.
Now, I get a different response when I try connecting from a different machine logged into the same domain. I'm taken to a directory listing when I browse to http://ipaddress/drupal, and I get the following error when browsing to http://ipaddress/drupal/index.php:
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) in /usr/local/apache/htdocs/drupal/includes/database.mysql.inc on line 31
Access denied for user 'root'@'localhost' (using password: YES)
And when browsing from outside our company network, I'm back to the first response ("The connection was refused when attempting to contact scoop.domainname.com").