Error establishing a database connection in localhost WordPress site

Have you:
– checked to ensure that the MySQL process is running locally?
– set up a user/pass for the database?
– used the same user/pass in the wp-config.php file?

That error usually means that the SQL server can’t find or authenticate to the database.