windows中mysql报错

Error:

ERROR 1045 (28000): Access denied for user ‘ODBC’@‘localhost’ (using password: NO)
ERROR 1045 (28000): Access denied for user ‘ODBC’@‘localhost’ (using password: YES)

Solution

mysql安装目录下配置文件 my.ini
mysql报错 ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)
在mysld下添加

skip-grant-tables 

mysql报错 ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)

相关文章:

  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
猜你喜欢
  • 2021-06-14
  • 2022-12-23
  • 2022-01-18
  • 2021-10-04
  • 2022-12-23
相关资源
相似解决方案