when am trying to open mysql in windows cmd by typing mysql. the following error is occuring.
ERROR 1045 (28000): Access denied for user ODBC@localhost (usin
Just create a file my.ini file in installation dir and have the below config as part of this file to solve this permanently.
[mysql] user=root password=root