RE: ERROR 1045: Access denied for user:
From: Hamilton, Andrew (Andrew.Hamilton_at_afccc.af.mil)
Date: 03/30/04
- Previous message: Srinivas Koppisetti: "RE: ERROR 1045: Access denied for user:"
- Maybe in reply to: Michael S. Dunsavage: "ERROR 1045: Access denied for user:"
- Next in thread: Michael Gargiullo: "Re: ERROR 1045: Access denied for user:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: General Red Hat Linux discussion list <redhat-list@redhat.com> Date: Tue, 30 Mar 2004 14:00:47 -0500
When you select user from users what does the username say? Are you sure
the username is correct? When you select user,password from users what does
it say?
Regards,
Drew
-----Original Message-----
From: Michael S. Dunsavage [mailto:mikesd@frontiernet.net]
Sent: Tuesday, March 30, 2004 1:48 PM
To: redhat-list@redhat.com
Cc: Richardson, Gary
Subject: ERROR 1045: Access denied for user:
I get the following error when I do
mysql -u mikesd -p
ERROR 1045: Access denied for user: 'mikesd@localhost' (Using password: YES)
the user mikesd exists.
I did
mysql> GRANT ALL PRIVILEGES ON *.* TO 'mikesd'@'localhost'
-> IDENTIFIED BY 'pass' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO 'mikesd'@'%'
-> IDENTIFIED BY 'pass' WITH GRANT OPTION;
mysql> GRANT RELOAD,PROCESS ON *.* TO 'admin'@'localhost';
mysql> GRANT USAGE ON *.* TO 'dummy'@'localhost';
What else?
-- Michael S. Dunsavage -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Srinivas Koppisetti: "RE: ERROR 1045: Access denied for user:"
- Maybe in reply to: Michael S. Dunsavage: "ERROR 1045: Access denied for user:"
- Next in thread: Michael Gargiullo: "Re: ERROR 1045: Access denied for user:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|