摘要: 今天在安装MySQL5.7的过程中,需要使用update mysql.user set authentication_string=password('123456') where user='root' and Host= 'localhost';修改密码 结果报了个错,说是没有数据库被选择 在网 阅读全文
posted @ 2022-04-03 13:23 Calm华生 阅读(3200) 评论(0) 推荐(0)