
Linux
文章平均质量分 63
Leow3811
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS 7 配置本地yum 源
1. 加载 CentOS的ISO镜像并挂载:(将ios文件上传)[root@localhost files]# mount /media/files/CentOS-7-x86_64-DVD-1804.iso /mnt/cdrom/mount: /dev/loop0 写保护,将以只读方式挂载2. 新建CentOS目录并把光盘上的文件复制到该目录下:[root@localhost files]...原创 2018-11-01 11:56:42 · 243 阅读 · 0 评论 -
Centos7 安装Mysql 5.7
1.卸载系统自带的Mariadb[root@localhost ~]# rpm -qa|grep mariadb // 查询出来已安装的mariadb[root@localhost ~]# rpm -e --nodeps 文件名 // 卸载mariadb,文件名为上述命令查询出来的文件2.下载安装包地址: https://dev.mysql.com/downloads/mysql/...原创 2018-11-01 17:27:48 · 295 阅读 · 0 评论