Thanks for all guys. I am doing a self install, I spent the better part of today just trying to get past step 2, I searched the forums and double check everything twice but still get the dreaded:
Access denied for user 'TCHname_Corey'@'server3124.tchmachines.com' (using password: YES) **I edited the part that says TCHname as I don’t want my user name on the forum.
I have created a Database, created a user with all privlages, and added that user to the datatbase—I know that’s usually what people point out first. As an example lets say its the following:
Database: Store
User: Corey
Password 1234
website www.alldaylong.com
For step 2, I need the following:
Database Server – localhost
The database server can be in the form of a hostname, such as db1.myserver.com, or as
an IP-address, such as 192.168.0.1.
So I put- Store.alldaylong.com
* I also tried TCHname_Store.alldaylong.com and got- Unknown MySQL server host
Username – username
The username used to connect to the database server. An example username is
'mysql_10'.
So I put- TCHname_Corey
Password – password
The password is used together with the username, which forms the database user account.
So I put- 1234
Database Name – database name
The database used to hold the data. An example database name is 'osCommerce'.
So I put- TCHname_Store
Persistent Connections:
Enable persistent database connections.
Note: Persistent connections should be disabled for shared servers.
I disabled as I assume it’s a shared server?
Any help is greatly appreciated I may go bald trying to figure this out.