I issued the mysql command
Grant all on *.* to myid@localhost identified as "mypw";
and recieved the error message
ERROR 1045: Access denied for user" '@localhost' (Using password: NO)
I am running mysql on my own machine which is not networked.
What am I doing wrong and how do I fix it?
I am guessing that "myid" and/or "mypw" might be wrong. If so, how do I find
out what the correct values should be?
Thanks....
Bruce A. Julseth
Grant all on *.* to myid@localhost identified as "mypw";
and recieved the error message
ERROR 1045: Access denied for user" '@localhost' (Using password: NO)
I am running mysql on my own machine which is not networked.
What am I doing wrong and how do I fix it?
I am guessing that "myid" and/or "mypw" might be wrong. If so, how do I find
out what the correct values should be?
Thanks....
Bruce A. Julseth
Comment