摘要: 方法1: update mysql.user set authentication_string=password('xxx') where user='root' and Host = 'localhost'; 方法2: mysql> alter user 'root'@'localhost' i 阅读全文
posted @ 2020-12-24 18:59 zda龙 阅读(1767) 评论(0) 推荐(0)