ERROR 1045: Access denied for user:

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux