安装Yum Repository [root@liujunjun ~]# wget https://repo.mysql.com//mysql80-community-release-el8-1.noarch.rpm --2020-12-08 08:06:16-- https://repo.mysq ...
分类:
数据库 时间:
2020-12-14 13:49:14
阅读次数:
4
vue-element-admin-master npm install 出错 一丶报错信息 二丶解决方案 输入 npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass 再次 npm insatll 启动 np ...
分类:
其他好文 时间:
2020-12-14 12:52:35
阅读次数:
2
Centos7安装Mysql的教程 1、下载 Mysql yum包 yum包文件在mysql官网里可以找到http://dev.mysql.com/downloads/repo/yum/ 一般默认是显示最新版mysql的noarch.rpm文件 下载到本地再上传到服务器,或者使用wget 直接下载 ...
分类:
数据库 时间:
2020-12-11 12:16:28
阅读次数:
5
如安装时,出现如下错误:Error:Package:kubelet-1.19.2-0.x86_64(kubernetes)Requires:conntrackYoucouldtryusing--skip-brokentoworkaroundtheproblemYoucouldtryrunning:rpm-Va--nofiles--nodigest解决方法:下载yum源,安装依赖包cd/etc/yu
分类:
Web程序 时间:
2020-12-11 11:43:11
阅读次数:
8
1.确认是否安装ntp服务:rpm -q ntp 2.确认ntp服务器可用性: ntpdate ntp.neu.edu.cn 3.安装ntp服务:yum -y ntp 4.配置ntp配置文件: # vim /etc/ntp.conf // 注释配置文件中原有的NTP服务器,并在其中添加自己所需的NT ...
分类:
其他好文 时间:
2020-12-10 11:14:22
阅读次数:
4
1、检查系统是否安装过mysql //检查系统中有无安装过mysql rpm -qa|grep mysql //查询所有mysql 对应的文件夹 whereis mysql find / -name mysql 2、卸载CentOS7系统自带mariadb # 查看系统自带的Mariadb [roo ...
分类:
数据库 时间:
2020-12-07 12:25:31
阅读次数:
9
1 yum install yum-utils 2 下载一个RPM包: $ sudo yumdownloader <package-name> 3 yumdownloader lsof --resolve --destdir=/data/mydepot/ #resolve下载依赖原文链接 :http ...
分类:
其他好文 时间:
2020-12-07 12:24:54
阅读次数:
5
由于误操作:rpm-eglbc-2.12.....--nodeps后造成系统崩溃,解决方法。光盘引导,选择:Rescue一直点击进入sh模式后输入:#mount/dev/cdrom/media#cd/media/Package#rpm-ivhglibc*.rpm--root/mnt/sysimage--nodeps--force#reboot后重启问题解决
分类:
其他好文 时间:
2020-12-01 11:46:33
阅读次数:
3
1.卸载python(防止未卸载干净) rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps #强制删除已安装程序及其关联 whereis python|xargs rm -frv #删除所有残余文件 #xargs,允许你对输出执行其他某些命 ...
分类:
其他好文 时间:
2020-11-27 11:39:37
阅读次数:
9
1. Centos8 - 『更换rpm/epel包源为国内源』 centos 8 默认是会读取centos.org的mirrorlist的,所以一般来说是不需要配置镜像的。 如果你的网络访问mirrorlist有问题,才需要另外配置 相关镜像配置,请参考各镜像站的相关帮助: rpm 源 -- 阿里云 ...
分类:
系统相关 时间:
2020-11-27 11:03:07
阅读次数:
11