I've created a test store based off of my existing store following some instructions that I found on the forums. Here's a quick version of the steps that I followed.

- Downloaded my store files locally.
- Did a backup of my store database using phpMyAdmin
- Created a test directory for my test store. /teststore
- Created a test database for my test store.
- Imported my db backup into the new test db using phpMyAdmin.
- Created a test user for my test store db and gave that user ALL permissions to the test db using cPanel.
- Modified the /includes/configure.php and admin/includes/configure.php files in my /teststore directory to point to the new test environment and test database.

When I try to access my test store, I get a "1142 SELECT command denied to user."

I've double checked the username/password for the db user and double checked the 2 configuration files, are there any steps that I missed?

Thanks in advance.