摘要: 修改密码方法: 用UPDATE直接编辑user表: use mysql; update user set authentication_string=password('123') where user='root' and host = '%'; flush privileges; MySQL指令 阅读全文
posted @ 2022-10-27 17:47 云端跑男 阅读(75) 评论(0) 推荐(0)