摘要: 基本的命令行操作 mysql -uroot -p --链接用户名为 root 的数据库 update mysql.user set authentication_string=password("123456") where user='root' and Host='localhost'; --修 阅读全文
posted @ 2022-04-07 12:06 Xuuxxi 阅读(67) 评论(0) 推荐(0)