Trying to install WordPress. Database is created, username and password are configured properly in wp-config.php. PHP is 4.1, and mySQL is 3.23.54 on a Red Hat Linux machine. This is the error message I get:
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at https://www.rodtempleton.net. This could mean your host’s database server is down.
I can login to phpMyAdmin, so I know the username and password are correct. I’ve tried these settings for DB_HOST: localhost, https://www.rodtempleton.net and the IP address of the machine it’s sitting on. Any suggestions would be very greatly appreciated.