Windows Setup: Error establishing a database connection

It seems your wp is not connecting with database. There can be some reasons.
1. username, password and host from database are not correct.
2. Check mysql connection in PHP by some small php script for mysql connection.

As you told you have followed #1. Then try to check mysql connection in PHP. There should be mysql mod install in your PHP setup.

In windows try with Xampp.