I want to do a new install of Zen Cart 1.3.6, here is what I am doing.

Download a new fresh copy of Zen Cart
Upload it to my site via ftp to a new folder called "shop2"
Run the Zen Cart Installer via web browser
Create a new database called "database" via cPanelx - MySQL
Create a new user "user" via cPanel x - MySQL
With password as "password" and issue full access Privileges
On PhpMyAdmin import by original backed up SQL Database in to new database (database)
Back on Zen Cart Installer I put in :

Database Type : MySQL
Store Identifier (Table Prefix) : NONE/BLANK
Database Host : localhost
Database Username : user
Database Password : password
Database Name : database
Datebase Sessions : [X]yes [ ]no
SQL Cache Method : [None]
Session/SQL Cache Directory : /home/STORE/public_html/shop2/cache

Why is this not working? It just keeps saying:

Connection to Database failed
Access denied for user 'user'@'localhost' (using password: YES)

What if anything am I doing wrong?

Cheers

Aaron