If the MySQL service has started, stop it. Open a "DOS" cmd window, and in it run ...
where is the full path to the MySQL installation folder. If this generates an error, deal with the error then try again.When the above cmd succeeds, mysqld hangs. The server is running. Open a second cmd window, and in it run
There execute ...
Edit the entries to suit, delete any rows with a blank user value, then issue ...
Exit mysql, then run ...
Switch to the cmd window where you started the server, and run ...
Now in the 2nd cmd window run ...
where USR & PWD are user & password values you just created or edited. If one of those values is still wrong, repeat the whole sequence from the top. |