PXC的安装非常简单!!!!!!--软件下载https://www.percona.com/downloads/Percona-XtraDB-Cluster-57/LATEST/ --基础环境准备[root@node2 ~]# vim /etc/hosts ---在3个节点hosts文件加入如下信息192.168.2.100 node1192.168
分类:
系统相关 时间:
2018-07-27 16:12:22
阅读次数:
268
下载地址https://www.mongodb.com/download-center#community tar -xvf mongodb-linux-x86_64-rhel70-4.0.0.tgzmv mongodb-linux-x86_64-rhel70-4.0.0 /usr/local/mo ...
分类:
系统相关 时间:
2018-07-19 16:11:59
阅读次数:
227
linux7 ntp 开机不自动启动解决, ntpd chrony 冲突
分类:
系统相关 时间:
2018-07-17 11:41:06
阅读次数:
636
MySQL8.0安装官方文档:https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html 安装前注意: MySQL8.0和MySQL5.7和之前的版本还是有区别的,第一点就是在安装MySQL的时候 密码认证方式:默认的密码加密方式是:caching_sha2_password,而现在很多客户端工具还不支持
分类:
数据库 时间:
2018-07-13 16:22:15
阅读次数:
393
Linux7非root使用tomcat8系统环境cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)tomcat安装部署参考文档:(1)基于Centos6的tomcat部署(2)想更深了解tomcat启动原理,请参考Tomcat启动脚本catalina.sh---解读(3)配置tomcat为什么使用非root账户root用户启动tomcat有
分类:
系统相关 时间:
2018-07-10 12:42:03
阅读次数:
228
linux7yum安装Mysql系统环境#cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)#getenforceDisabled#systemctlstatusfirewalldActive:inactive(dead)创建mysql存储库#cd/etc/yum.repos.dcat>>mysql57.repo<<
分类:
数据库 时间:
2018-07-06 16:35:07
阅读次数:
257
**【Oracle】Linux7.4安装11g86%报错:Errorininvokingtarget‘agentnmhs‘ofmakefileOS:redhat7.464bitDB:Oracle11.2.0.4**%86时出现报错Errorininvokingtarget‘agentnmhs‘ofmakefile解决方案在makefile中添加链接libnnz11库
分类:
其他好文 时间:
2018-07-04 17:36:44
阅读次数:
181
linux7Anaconda的安装及使用系统环境#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)#python-VPython2.7.5下载Anaconda下载地址:点击anaconda2说明:选择自己需要的版本,此处我用的是python2.7的,点击右边那个下载就可以。Anaconda安装#将Anaconda安装文件放在/usr/lo
分类:
系统相关 时间:
2018-06-22 20:00:56
阅读次数:
263
linux7中pythonImportError:Nomodulenamedpymc处理方法系统环境#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)#python-VPython2.7.5pip安装pymc报错#报错内容如下:error:lapack/double/dpotrs.f:Nosuchfileordirectory解决方法(1
分类:
编程语言 时间:
2018-06-22 18:55:28
阅读次数:
429
环境:RedHat7同样适用于Centos7(本文是在无网络环境部署mariadb主从)卸载Mysql(防止mysql和mariadb冲突)停止服务:systemctlstopmysqld查询安装包:rpm-qa|grepmysql卸载:rpm-emysql-serverrpm-e--nodepsmysql-libs准备环境查看磁盘挂载情况:df–h<如果没有则挂载系统盘:mount/dev
分类:
数据库 时间:
2018-06-14 11:20:38
阅读次数:
233