mysql 客戶端沒法遠程鏈接linux服務器mysql, 提示1045

1,查看mysql.user表的 select * from user where host = "%" \G;   -- host %容許任何客戶端鏈接 -- user root password 須要修改加密密碼pass 2,修改密碼 UPDATE `user` SET `Password` =PASSWORD('密碼') where user ='root'  and host="%" ;
相關文章
相關標籤/搜索