I installed MySql5.5 and set password during installation but when I try to use mysql from windows command prompt, I have get the error:
access denied for user 'odbc'@'localhost' to database password = 'YES'
I would like to change it back into “root@localhost” as well as to reset the password but I can’t log in mysql.
How do I login to mysql with root?
You’re trying to use the mysql interactive shell? You can specify usernames at the command line:
where