In my process to change password of MySQL server, I had to run this line on command
C:\Program Files\MySQL\MySQL Server 8.0\bin>mysql root -p
Which later showed error something like
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: YES)
Please help me out with this one guys.