MySql5.7报错ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: YES)

 

 C:\Program Files\MySQL\MySQL Server 5.7\bin> mysql -u root -p
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: YES)

解决如下:

需要加参数-h localhost

输入mysql -h localhost -u root -p123

MySql5.7报错ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: YES)

相关文章:

  • 2022-02-18
  • 2022-02-24
  • 2021-08-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2021-10-25
  • 2021-05-16
  • 2021-07-17
相关资源
相似解决方案