I am locked out as Admin, no Login page is displayed -- only this Error Message

PDOException: SQLSTATE[28000] [1045] Access denied for user 'adminlynd'@'cgi1003.int.bizland.net' (using password: YES) in lock_may_be_available() (line 164 of /hermes/web07d/b935/pow.greenscreenmemoriesc/htdocs/onthespotmem/includes/lock.inc).

I ran Query I found here recommended to someone else (see below) with the following result:

Error

SQL query:

GRANT LOCK TABLES ON onthespotmem . * TO adminlynd@localhostIDENTIFIED BY 'thxspot11';

MySQL said: Documentation
#1044 - Access denied for user 'adminlynd'@'10.%' to database 'onthespotmem'

STILL LOCKED OUT. Can anyone help, please?

Thanks,
Lyn

Comments

anil614sagar’s picture

Cheers,
Anil Sagar,
Lead Drupal Developer,
Azri Soulutions,
http://azrisolutions.com/

isam8’s picture

Thank you, Anil,
Tried the Query on the page you sent me to. If I did it correctly, I'm still getting the Error below in PHP MyAdmin. Any more ideas would be appreciated.

Error

SQL query: Documentation

GRANT SELECT , INSERT , UPDATE , DELETE , CREATE , DROP , INDEX , ALTER ON onthespotmem . *
TO 'adminlynd'@'localhost'
IDENTIFIED BY 'thxspot11';

MySQL said: Documentation
#1044 - Access denied for user 'adminlynd'@'10.%' to database 'onthespotmem'

isam8’s picture

Tried a Query suggested. Bu, still getting the Error below in PHP MyAdmin. Any more ideas would be appreciated. I don't want to have to rebuild from scratch.

Error

SQL query: Documentation

GRANT SELECT , INSERT , UPDATE , DELETE , CREATE , DROP , INDEX , ALTER ON onthespotmem . *
TO 'adminlynd'@'localhost'
IDENTIFIED BY 'thxspot11';

MySQL said: Documentation
#1044 - Access denied for user 'adminlynd'@'10.%' to database 'onthespotmem'

gforce301’s picture

I have to ask the obvious question. You have, of course, verified that the password you are trying to connect with for that user name is correct?