摘要:
修改密码 先登陆mysql:mysql -u root -p 切换到mysql数据库:use mysql 修改密码: # 123456是修改后的密码, 'root'是登录用户名 update mysql.user set authentication_string=password('123456' 阅读全文
posted @ 2020-08-08 22:51
jaysonteng
阅读(1163)
评论(0)
推荐(0)
浙公网安备 33010602011771号