摘要: 根据现有ES版本,安装对应版本的插件 [es@hxl ~]$ cd elasticsearch[es@hxl elasticsearch]$ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sq 阅读全文
posted @ 2019-01-24 18:26 slnngk 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: 1.下载 elastichd下载地址:https://github.com/360EntSecGroup-Skylar/ElasticHD/releases或是直接在linux下下载wget https://github.com/360EntSecGroup-Skylar/ElasticHD/rel 阅读全文
posted @ 2019-01-24 16:51 slnngk 阅读(1434) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash now_date=`date "+%Y-%m-%d,%H:%M:%S"` flag_old=`cat /home/oracle/scripts/flag.txt|cut -d '|' -f 1` flag_new=`mysql -P3306 -hlocalhost -uroot -ptestpwd -D mysql -e "show slave status\G"... 阅读全文
posted @ 2019-01-24 14:35 slnngk 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 1.停掉从库/opt/mysql57_slave/bin/mysqladmin -h localhost -uroot -P13306 -pmysql -S /opt/mysql57_slave/mysql.sock shutdown 2.主库上创建同步账号 grant replication sl 阅读全文
posted @ 2019-01-24 11:22 slnngk 阅读(976) 评论(0) 推荐(0) 编辑