摘要: 配置密码 sudo mysql -uroot use mysql; select host,user,authentication_string from user; alter user 'root'@'localhost' identified with mysql_native_passwor 阅读全文
posted @ 2020-09-23 13:44 jason47 阅读(102) 评论(0) 推荐(0)