QUOTE(Brivtech @ Jan 20 2007, 07:34 AM)

The information is a little vague, however, in my experience, the most common cause of this error has been a spelling mistake or missing capital letter.
Recheck your sql connection settings, and follow them to the letter (Case sensitive).
Also, a common mistake is for people to type in localhost when their SQL hosting server is called something else. I would suggest if you do not know your SQL host, to contact your hosting provider for more help.
Finally, some hosts do not allow remote access for security purposes. In this case, using an off-site host will produce the same error. Make sure the SQL server is directly related to your web-hosting account.
Thank you for your response. I agree the error is pretty vague. It doesnt say much. I just get MySQL Error Occured after I continue to step 4. Here is how my settings look like as provided by the hosting service.
(If you are unsure these should be available from your web hosting provider.)
Database Hostname: mysql.netfirms.com
Database Name: d60330151
Database Username:admin
Database Password: ********
Database Prefix:
(Optional - Used for multiple installations on one database) e.g. store1_
Drop tables if they exist: With this checked any previous install with same tables prefix on this database will be lost. (Default is checked)
Locale Settings
Store Country: United States of America
Administrator Configuration Settings
(These details are used to access the admin control panel of your store)
Username:xtragadget.com
Password:********
Confirm Password:********
Email Address: myemail@domain.com
Full Name: xtra gadget
(This can be changed at anytime)
Legend (Fixed Width)
Advanced Settings
(Leave these if you are unsure)
Store URL: e.g.
http://www.domain.com/store Server Root Directory: e.g. /path/to/your/store
Site Root Relative Path: e.g. /store/ (Including End Slash)
GD Version:
View phpinfo()
(Opens in new window) 2 1 None Click the phpinfo() link to check your server config.
your help will be appreciated.