摘要: sudo mysql -uroot -p #使用sudo之后mysql密码为空即可登陆 use mysql; update user set authentication_string='' where user='root'; flush privileges; ALTER USER 'root' 阅读全文
posted @ 2023-01-03 20:36 NwN 阅读(255) 评论(0) 推荐(0)