cmd -->cd 安装路径/bin
C:\Program Files\MySQL\MySQL Server 5.6\bin>mysql -hlocalhost -uroot
use mysql;
update user set password=password('newPwd') where user='root' and host='localhost';
flush privileges;
mysql忘记密码
原创
©著作权归作者所有:来自51CTO博客作者yunlielai的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章