flush privileges;" />
红联Linux门户
Linux帮助

忘记mysql密码,解决方法

发布时间:2007-02-27 00:52:38来源:红联作者:Breakthrough
mysqld_safe --skip-grant-tables &
就可以不需要密码就进入 MySQL 了。
然后就是
>use mysql
>update user set password=password("new_pass") where user="root";
>flush privileges;
文章评论

共有 0 条评论