文章分类 -  liunx系统

摘要:Redis集群部署 要让集群正常工作至少需要3个主节点,在这里我们要创建6个redis节点,其中三个为主节点,三个为从节点,对应的redis节点的ip和端口对应关系如下: 127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002 127.0.0.1:7003 127. 阅读全文
posted @ 2019-11-27 11:25 神道健 阅读(69) 评论(0) 推荐(0)
摘要:准备 本文环境信息: 软件版本 CentOS CentOS 7.4 MySQL 8.0.x 安装前先更新系统所有包 sudo yum update 安装 1. 添加 Yum 包 wget https://dev.mysql.com/get/mysql80-community-release-el7- 阅读全文
posted @ 2019-11-13 10:09 神道健 阅读(124) 评论(0) 推荐(0)