上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 107 下一页
摘要: 参考:https://www.cnblogs.com/resn/p/9082663.html elasticsearch部分查询语句 获取集群节点列表 curl "172.16.30.55:9200/_cat/nodes?v" 列出所有索引 curl "172.16.30.55:9200/_cat/ 阅读全文
posted @ 2019-02-14 13:54 minseo 阅读(785) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/liuyisai/p/6009379.html 一,Amoeba是什么 Amoeba(变形虫)项目,专注 分布式数据库 proxy 开发。座落与Client、DB Server(s)之间。对客户端透明。具有负载均衡、高可用性、sql过滤、读写分离 阅读全文
posted @ 2019-01-24 11:02 minseo 阅读(238) 评论(0) 推荐(0)
摘要: 参考文档:http://blog.51cto.com/270142877/1937241 本项目脚本下载地址:https://github.com/jasonmcintosh/rabbitmq-zabbix 下载文件解压 把scripts文件放在目录/etc/zabbix/scripts/rabbi 阅读全文
posted @ 2019-01-23 15:13 minseo 阅读(6663) 评论(0) 推荐(0)
摘要: 安装备份插件,系统管理-插件管理 可选插件搜索backup 备份 系统管理-Backup manager 设置备份路径 恢复 阅读全文
posted @ 2019-01-23 08:42 minseo 阅读(386) 评论(0) 推荐(0)
摘要: jenkins编辑报错Exception when publishing, exception message的解决办法 查看目标主机的磁盘空间是否占满,清理磁盘空间即可 阅读全文
posted @ 2019-01-22 10:13 minseo 阅读(23736) 评论(0) 推荐(0)
摘要: 参考文档:https://blog.csdn.net/hellowidow_2020/article/details/78985368 https://www.cnblogs.com/cdjiangchao/p/3844329.html 创建用于监控的用户 grant replication cli 阅读全文
posted @ 2019-01-19 17:39 minseo 阅读(394) 评论(0) 推荐(0)
摘要: MySQL设置了主从复制,为保证数据一致性需要在从库设置只读状态 查看默认读写状态 设置只读 创建一个库查看是否设置成功 提示无法创建 主从复制不受影响,可正常写入 如果在做数据恢复的时候希望从库也无法进行任何写入需要锁表 设置在my.cnf使mysql重启也生效 阅读全文
posted @ 2019-01-19 14:13 minseo 阅读(1416) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/open_data/article/details/42873827 使用MySQL的root用户登录出现错误提示 ERROR 1045 (28000) at line 2: Access denied for user 'root'@'%' (us 阅读全文
posted @ 2019-01-19 11:51 minseo 阅读(782) 评论(0) 推荐(0)
摘要: 参考文档:https://www.cnblogs.com/stimlee/p/6243055.html Nginx在1.9版本以后支持TCP负载均衡,模块默认是没有编译的,需要编译时添加—with-stream参数 编译过程不详细 查看编译参数包含--with-stream 修改nginx配置文件 阅读全文
posted @ 2019-01-18 16:34 minseo 阅读(1360) 评论(0) 推荐(0)
摘要: 参考:http://www.cnblogs.com/xuanzhi201111/p/5284084.html MySQL的bin log日志有三种模式Statement、Row、Mixd,Row记录是行的修改情况建议生产环境使用Row格式,记录的是行数据的修改情况,不是原始SQL,万一误操作删除或者 阅读全文
posted @ 2019-01-17 18:14 minseo 阅读(1117) 评论(0) 推荐(0)
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 107 下一页