摘要: 网址:https://www.elastic.co 192.168.14.239 es-node1192.168.14.240 es-node2192.168.14.241 es-node3 > 初始化 ① 关闭防火墙、selinuxsed -i 's/SELINUX=enforcing/SELIN 阅读全文
posted @ 2019-09-19 13:24 Ray_chen 阅读(4281) 评论(0) 推荐(0) 编辑
摘要: https://github.com/lisong/code-push-server/blob/master/docs/README.md > 安装mysql下载mysql yum repository 安装https://dev.mysql.com/downloads/repo/yum/yum i 阅读全文
posted @ 2019-09-19 13:21 Ray_chen 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash basedir=$mysql datadir=$mysql/data server_id=$(hostname -I | awk '{print $NF}'|awk -F '.' '{print $NF}') mem=$(free | awk NR==2'{print $2}') innodb_buffer_pool_size=$(($mem/2/1024/1024+1... 阅读全文
posted @ 2019-09-19 10:27 Ray_chen 阅读(269) 评论(0) 推荐(0) 编辑