摘要: use mysql; update mysql.user set authentication_string=password('123456') where user='root'; flush privileges; 阅读全文
posted @ 2019-12-17 10:26 uzxin 阅读(668) 评论(0) 推荐(0)