摘要:
一、配置国内镜像源 vim /etc/yum.repos.d/gitlab-ce.repo [gitlab-ce] name=Gitlab CE Repository baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el$rele 阅读全文
摘要:
记录一次MySQL数据库连接失败问题,起因是电脑待机运行程序,第二天重启就连接不上数据库了 在数据库内设置两个参数:MySQL服务器默认的“wait_timeout”是8小时,数据库超过8小时没用,链接超时了。 set global wait_timeout=604800; set global i 阅读全文