mysql 1045

来源:互联网 发布:微商营销软件 编辑:程序博客网 时间:2024/06/05 01:53

注意高版本mysql有字段改变了

use mysql;

update user set authentication_string=password('yourpassword') where user='root' ;

0 0