专题文章
时长:00:00更新时间:2020-11-09 19:25:51
mysqlERROR1045_MySQL:C:/Program Files/MySQL/MySQL Server 5.0/bin> mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 编辑mysql配置文件my.ini(不知道在哪请搜索),在[mysqld]这个条目下加入 skip-grant-tables 保存退出后重启mysql
查看详情