ERROR 1045: Access denied for user:
From: Michael S. Dunsavage (mikesd_at_frontiernet.net)
Date: 03/30/04
- Previous message: Jeff Graves: "RE: Winbind/Smb Authentication"
- Next in thread: Srinivas Koppisetti: "RE: ERROR 1045: Access denied for user:"
- Maybe reply: Srinivas Koppisetti: "RE: ERROR 1045: Access denied for user:"
- Maybe reply: Hamilton, Andrew: "RE: ERROR 1045: Access denied for user:"
- Reply: Michael Gargiullo: "Re: ERROR 1045: Access denied for user:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 13:48:01 -0500 To: redhat-list@redhat.com
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
- Previous message: Jeff Graves: "RE: Winbind/Smb Authentication"
- Next in thread: Srinivas Koppisetti: "RE: ERROR 1045: Access denied for user:"
- Maybe reply: Srinivas Koppisetti: "RE: ERROR 1045: Access denied for user:"
- Maybe reply: Hamilton, Andrew: "RE: ERROR 1045: Access denied for user:"
- Reply: Michael Gargiullo: "Re: ERROR 1045: Access denied for user:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|