MySQL Forums
Forum List  »  Newbie

the problem is about access denied for user...how can I access the mysql??
Posted by: kent hsieh
Date: April 05, 2005 12:09AM

hi,
you can find some problems below
the problem is about access denied for user...
how can I access the mysql??
thanks


[root@localhost katthsieh]# mysql -h localhost -u user -p atmail
Enter password:
ERROR 1045: Access denied for user: 'user@localhost' (Using password: YES)
[root@localhost katthsieh]# mysql -h localhost -u root -p atmail
Enter password:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
[root@localhost katthsieh]#
[root@localhost katthsieh]# mysql -u root -p atmail
Enter password:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
[root@localhost katthsieh]# mysql -u katthsieh -p atmail
Enter password:
ERROR 1045: Access denied for user: 'katthsieh@localhost' (Using password: YES)

Options: ReplyQuote




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.