update mysql.user set password=PASSWORD('123456') where user='root'
grant all privileges on *.* to root@'%' identified by "root";
update mysql.user set password=PASSWORD('123456') where user='root'
grant all privileges on *.* to root@'%' identified by "root";
gitlab管理员root的密码忘记了,通过gitlab命令行直接修改root账号的密码。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M