原文:https://blog.csdn.net/qq_36582604/article/details/80526287 在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1 下载并安装MyS ...
分类:
数据库 时间:
2019-07-07 00:30:17
阅读次数:
196
环境:CentOS7和 mysql-5.7.26-1.el7.x86_64.rpm-bundle.tar 参考:https://blog.csdn.net/sevenkoala/article/details/76163853 https://blog.csdn.net/qq_23123177/ar ...
分类:
数据库 时间:
2019-07-06 13:13:06
阅读次数:
165
1、系统信息#使用centos7安装系统作为节点,安装好系统先执行更新命令yum-yupdate#使用OVIRT节点ISO安装系统,需要先更改更新源我这里使用的是163的更新源Vi/etc/yum.repos.d/CentOS7-Base.repoCentOS-Base.repo#ThemirrorsystemusestheconnectingIPaddressoftheclientandtheu
分类:
其他好文 时间:
2019-07-06 09:19:00
阅读次数:
453
1、yum -y install epel-release 2、yum clean all && yum makecache 3、yum -y install gtk2-devel cscope binutils-devel wxGTK xterm squirrel-libs tinyxml cpp ...
分类:
其他好文 时间:
2019-07-04 22:39:03
阅读次数:
165
1、配置yum源文件[mongodb-org-4.0]name=MongoDBRepositorybaseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.0/x86_64/gpgcheck=1enabled=1gpgkey=https://www.mongodb.org/static/pgp/server-4.0.
分类:
数据库 时间:
2019-07-04 19:00:22
阅读次数:
165
1、mariadb官网地址:https://mariadb.org/ 2、编辑仓库配置文件 3、查看yum源 4、安装mariadb ...
分类:
数据库 时间:
2019-07-03 13:31:55
阅读次数:
125
https://blog.csdn.net/weixin_42266606/article/details/80863781 1.下载 jdk 的 tar 包 网址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downlo ...
分类:
其他好文 时间:
2019-07-03 13:26:32
阅读次数:
83
参考链接: https://blog.csdn.net/zxy987872674/article/details/81949430 1、下载mysql安装包 下载地址:https://dev.mysql.com/downloads/mysql/ 2、解压缩安装包 tar xvf MySQL-5.6. ...
分类:
数据库 时间:
2019-07-02 18:55:53
阅读次数:
144
一、安装jdk 上传安装包并解压:tar -zxvf 。。。 配置环境变量: 在配置文件中添加如下配置信息:vi /etc/profile export JAVA_HOME=/usr/local/jdk1.8.0_191 export PATH=$JAVA_HOME/bin:$PATH export ...
分类:
其他好文 时间:
2019-07-01 14:01:38
阅读次数:
383
1 安装pip 2 更新pip 3 安装各种开发库 4 安装Airflow export SLUGIFY_USES_TEXT_UNIDECODE=yes pip install apache-airflow 遇到第一个问题 ERROR: Cannot uninstall 'enum34'. It i ...
分类:
其他好文 时间:
2019-06-30 19:05:03
阅读次数:
272