Issue
I am using wamp and i am trying to access to phpMyAdmin in order to dealing with database I get the error 1045
And when I try to solve it by using mysql console and typing "user mysql;" command I get the message error 1044
How I can solve this problem?
Solution
The syntax to select a database is use
and not user
use <database-name>;
So for example
use mysql;
Answered By - RiggsFolly
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.