1.安装前准备: (mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz 二进制安装包 + centos7.4系统,有yum环境,可以在www.mysql.com官网下载) 2.开始安装 shell> yum install libaio shell> groupad ...
分类:
数据库 时间:
2021-02-05 10:34:24
阅读次数:
0
查看CentOS-Base.repo部分内容,文件路径 /etc/yum.repos.d/CentOS-Base.repo [base] baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ mirrorlist=http ...
分类:
其他好文 时间:
2021-02-05 10:29:54
阅读次数:
0
环境说明 系统:Centos7 版本:CentOS-7-x86_64-Minimal-1908 ISO下载链接:http://mirrors.aliyun.com/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso Centos7源中包含以下版 ...
分类:
其他好文 时间:
2021-02-03 11:00:30
阅读次数:
0
gitlab环境搭建,卸载,汉化 --卸载篇 完全卸载 停止gitlab gitlab-ctl stop 卸载gitlab rpm -e gitlab-ce 查看gitlab进程 ps aux | grep gitlab 杀掉第一个进程(就是带有好多…的进程) kill -9 pid // 杀掉后, ...
分类:
其他好文 时间:
2021-02-03 10:39:57
阅读次数:
0
gitlab环境搭建,卸载,汉化 环境搭建 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 设置postfix开机自启,并启动,postfix支持gitlab发信功能 systemctl ena ...
分类:
其他好文 时间:
2021-02-03 10:36:52
阅读次数:
0
故障报错:error: db5 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db5 - Resource temporarily unavai ...
分类:
数据库 时间:
2021-02-03 10:32:44
阅读次数:
0
1.查看sudo版本 sudo -V 或者 sudo --version 2.下载sudo最新安装文件 sudo官网地址:https://www.sudo.ws/ sudo-1.9.5p2.tar.gz 3.安装gcc命令 yum -y install gcc 4.解压 tar -xvf sudo- ...
分类:
其他好文 时间:
2021-02-02 11:35:15
阅读次数:
0
@font-face{ font-family:"Times New Roman"; } @font-face{ font-family:"宋体"; } @font-face{ font-family:"Wingdings"; } @font-face{ font-family:"Calibri"; ...
分类:
系统相关 时间:
2021-02-01 12:27:07
阅读次数:
0
解决:yum install mysql-devel ...
分类:
数据库 时间:
2021-02-01 12:20:17
阅读次数:
0
一、下载 地址:https://downloads.mysql.com/archives/community/ 选择如下: 二、安装 将下载后的rpm包上传到虚拟机/服务器上,我这里是放在了/usr/local/mysql/下,如果没有mysql文件夹新建一个即可。 1. 解压.tar文件 tar ...
分类:
数据库 时间:
2021-02-01 11:59:07
阅读次数:
0