更新root密码
mysql> UPDATE user SET authentication_string=PASSWORD(
'newpassword'
) where USER=
'root'
;
更新root密码
mysql> UPDATE user SET authentication_string=PASSWORD(
'newpassword'
) where USER=
'root'
;
上一篇:Linux mysql 5.6: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (usin
下一篇:linux下mysql自启动设置
gitlab管理员root的密码忘记了,通过gitlab命令行直接修改root账号的密码。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M