windows版本
命令行输入
net stop mysql
mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server 6.0\my.ini" --console --skip-grant-tables
mysql -u root
UPDATE user SET Password=PASSWORD(‘7ujm&UJM‘) where USER=‘root‘;
flush privileges;
然后在重启mysql即可
Posted abcyrf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql安装完之后root不能登录问题相关的知识,希望对你有一定的参考价值。
windows版本
命令行输入
net stop mysql
mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server 6.0\my.ini" --console --skip-grant-tables
mysql -u root
UPDATE user SET Password=PASSWORD(‘7ujm&UJM‘) where USER=‘root‘;
flush privileges;
然后在重启mysql即可
以上是关于mysql安装完之后root不能登录问题的主要内容,如果未能解决你的问题,请参考以下文章
Mysql登录出错 user root@localhost(using password:NO)
MySQL初始化之后登陆不进去,error:‘Access denied for user‘root‘@‘localhost‘(using password:NO)‘报错