windows下忘记root密码
2020-12-13 05:09
阅读:522
标签:os re new sql window mysql 1-->在DOS窗口下输入net stop mysql57 2-->切换到mysql的bin目录,运行mysqld --skip-grant-tables 3-->新开DOS,切换到bin目录,运行mysql -u root 4--> use mysql windows下忘记root密码,搜素材,soscw.com windows下忘记root密码 标签:os re new sql window mysql 原文地址:http://www.cnblogs.com/heystephen/p/3856527.html
update user set password=password("new_pass") where user="root";
flush privileges;
exit;
评论
亲,登录后才可以留言!