Please help me I have tried recreating my database and user details but seem to be suffering from the same problem and error message. Listed in full below.

I am hosting on Go Daddy currently if this could make any difference, thanks

Warning: mysql_connect(): Access denied for user: 'drupal@linhost213.prod.mesa1.secureserver.net' (Using password: YES) in /home/content/b/r/o/brokenboogie/html/drupal/includes/database.mysql.inc on line 31
Access denied for user: 'drupal@linhost213.prod.mesa1.secureserver.net' (Using password: YES)

Comments

pobster’s picture

Judging from the error message you've just either got the password wrong - or you've forgotten to set the password for the user you use for Drupal (usually nobody I think? Looks like you're using user 'Drupal' is that right?) Check it out, that's your problem.

Pobster

killes@www.drop.org’s picture

The host could also be wrong. :p

--
Drupal services
My Drupal services

bonobo’s picture

a drupal-friendly host. On their shared hosting accounts, they do not allow the lock table privilege, which can cause some performance issues.

These issues are not related to your current problem. RE your post, it sounds like pobster got it right -- check the username/pw of your db, and make sure that matches what you have in your settings.php file.

In particular, make sure you have the db hostname correct.

Hope this helps.

Cheers,

bonobo

-------
http://www.funnymonkey.com
Tools for Teachers

Magika’s picture

i have double checked password and what I think is host and username. Sorry I am not very experienced at this

These are the lines I put in my settings that I thought should be ok. Canyou see anything obviusly wrong. My host name is the one I have been given (i think. Thankyou G

*
* Database URL format:
* $db_url = 'mysql://drupal:nobody@mysql65.secureserver.net/drupal';
* $db_url = 'pgsql://drupal:nobody@mysql65.secureserver.net/drupal';
*/
$db_url = 'mysql://drupal:nobody@mysql65.secureserver.net/drupal';

bonobo’s picture

your ISP has appended something onto your username. Frequently, in a shared hosting environment, your ISP will add a prefix to your MySQL username based on your account username -- something like accountname_mysqlname --

I would call/email customer support and have them verify your mysql info.

Hope this helps.

Cheers,

bonobo

-------
http://www.funnymonkey.com
Tools for Teachers

Magika’s picture

I am in now, bit red faced, must have not set password as I thought. Tips were appreciated cheers

bonobo’s picture

RE:

I am in now, bit red faced, must have not set password as I thought

You can always blame it on the ISP :)

Glad your site is up.

-------
http://www.funnymonkey.com
Tools for Teachers