mysql 1045

来源:互联网 发布:胜思网络 倒闭 编辑:程序博客网 时间:2024/06/13 05:56

1、mysql -u root

2、use mysql

3、update user set password=old_password('scf') where user='root' and host='localhost' ;

4、FLUSH PRIVILEGES;

ok了试验一下

 

 

转载地址:http://www.blogjava.net/badboyryan/archive/2008/06/27/211170.html