上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 99 下一页
摘要: 参考文档:https://blog.csdn.net/longzhoufeng/article/details/79737549 自己搭的服务器,用nginx做代理。上传超过1M大的客户端文件无法正常上传,nginx直接报错,上传文件太大,于是修改了下nginx的配置,就可以了。 PS:需要放在se 阅读全文
posted @ 2019-02-15 09:39 minseo 阅读(1038) 评论(0) 推荐(0) 编辑
摘要: 参考文档:http://blog.51cto.com/hld1992/2055028 阅读全文
posted @ 2019-02-14 17:02 minseo 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 参考: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 阅读(741) 评论(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 阅读(222) 评论(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 阅读(6625) 评论(0) 推荐(0) 编辑
摘要: 安装备份插件,系统管理-插件管理 可选插件搜索backup 备份 系统管理-Backup manager 设置备份路径 恢复 阅读全文
posted @ 2019-01-23 08:42 minseo 阅读(372) 评论(0) 推荐(0) 编辑
摘要: jenkins编辑报错Exception when publishing, exception message的解决办法 查看目标主机的磁盘空间是否占满,清理磁盘空间即可 阅读全文
posted @ 2019-01-22 10:13 minseo 阅读(23656) 评论(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 阅读(373) 评论(0) 推荐(0) 编辑
摘要: MySQL设置了主从复制,为保证数据一致性需要在从库设置只读状态 查看默认读写状态 设置只读 创建一个库查看是否设置成功 提示无法创建 主从复制不受影响,可正常写入 如果在做数据恢复的时候希望从库也无法进行任何写入需要锁表 设置在my.cnf使mysql重启也生效 阅读全文
posted @ 2019-01-19 14:13 minseo 阅读(1394) 评论(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 阅读(775) 评论(0) 推荐(0) 编辑
上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 99 下一页