会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小猪睡不着
Do you want to do
博客园
首页
新随笔
联系
订阅
管理
2024年9月13日
gitlab本地部署(仅供参考)
摘要: 1、rpm -ivh ***.rpm 2、vim /etc/gitlab/gitlab.rb 修改external_url 为本机地址 3、gitlab-ctl reconfigure 4、gitlab-ctl start
阅读全文
posted @ 2024-09-13 16:08 有条不紊
阅读(211)
评论(0)
推荐(0)
2024年3月7日
mysql 忘记密码
摘要: 1、进入my.cnf 修改[mysqld]标签下添加一句:skip-grant-tables 2、重启后 可直接登录数据库 3、修改密码 update mysql.user set authentication_string=password('password') where user='user
阅读全文
posted @ 2024-03-07 10:15 有条不紊
阅读(20)
评论(1)
推荐(0)
公告
页脚