QUOTE(Sugarblossoms @ Aug 5 2008, 08:09 PM)

As Jacob said, it's too long. And it should include your subdomain and the _. So from your example:
Database: fartrocker
Database username: fert
It should be:
Database name: fartrocker_*****
Database username: fartrocker_fert
Replace ***** with any letters that you want but it should be that exact number of letters (which is 5 for you). You can change the name and username but it shouldn't go more than 16 characters, including "fartrocker_"
ok, I tried that, I made the database 'fart' and the user 'fert' (which makes the total # of characters for both less than 16.
and now I get this one (yes, I assigned all permissions to user fert.):
Failed to select your database on your MySQL database server, which means the connection username and password are valid, but there is a problem accessing your data. MySQL reports the following message: Access denied for user 'fartrocker_fert'@'localhost' to database 'fartocker_fart'.
* Are you sure you have the correct database name?
* Are you sure the database exists?
* Are you sure the username has permission to access the database?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
QUOTE(dreamcast1 @ Aug 6 2008, 07:51 AM)

ok, I tried that, I made the database 'fart' and the user 'fert' (which makes the total # of characters for both less than 16.
and now I get this one (yes, I assigned all permissions to user fert.):
Failed to select your database on your MySQL database server, which means the connection username and password are valid, but there is a problem accessing your data. MySQL reports the following message: Access denied for user 'fartrocker_fert'@'localhost' to database 'fartocker_fart'.
* Are you sure you have the correct database name?
* Are you sure the database exists?
* Are you sure the username has permission to access the database?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
oh, and thanks for all your help!