ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: N O) MYSQL

ERROR 1045 (28000): Access denied for user ODBC@localhost

刚使用mysql, 碰到这个问题.. 
C:Program FilesMySQLMySQL Server 5.0in>mysql 
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: N 
O) 

解决方法: 
Step 1: 

C:Program FilesMySQLMySQL Server 5.0in>mysql -u root -p 
Enter password: ****** 
Welcome to the MySQL monitor. Commands end with ; or g. 
Your MySQL connection id is 28 to server version: 5.0.24a-community-nt 

Type 'help;' or 'h' for help. Type 'c' to clear the buffer. 

Step 2: 
C:Program FilesMySQLMySQL Server 5.0in>mysql 
mysql>status 

正常使用....
原文地址:https://www.cnblogs.com/yuhuameng/p/3727637.html