MySQL Forums
Forum List  »  Newbie

Re: problem using user accounts
Posted by: Ramalingam Chelliah
Date: August 11, 2004 10:08PM

Hi ,
Can you give the command that you gave at mysql prompt
for creating the user account ...
I mean the GRANT command that you used...

Further did you check this 'user' table in database 'mysql'

mysql>use mysql

mysql>select user,host,password from user;

Give the output here....

Check whether thereis some encrypted password near your account name....

Regards,
Ram.

Options: ReplyQuote


Subject
Written By
Posted
August 11, 2004 04:19PM
Re: problem using user accounts
August 11, 2004 10:08PM
August 13, 2004 07:40AM
August 17, 2004 09:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.