(install.php) Error establishing a database connection
-
I have installed WordPress several times in the past and everything has been extremely simple and that is what keeps me coming back to it. I finally acquired a new server so I can finally get my blog back online. I installed the latest Ubuntu server 10.04 (PPC version) with LAMP and OpenSSH selected.
On the fresh install I then downloaded the latest.tar.gz and unzipped into the root of the web directory (/var/www).
– I created the database, and database user as instructed on the installation guide.
– I then created a wp-config.php file and entered in the correct information
– I tried running serveraddress/wp-admin/install.php and was greeted with the WordPress Error, Error establishing a database connection.I have checked and rechecked to make sure the wp-config.php data is correct so I don’t think that is the problem. Apache is running, mysql is running, and I can log in using the WordPress user by running “mysql -u user -p” on the command line and accessing my designated WordPress database. Anyone have any clue on what could be going on here, or anything else I can try?
- The topic ‘(install.php) Error establishing a database connection’ is closed to new replies.