摘要: 安装mha所参考的文章: http://linzhijian.blog.51cto.com/1047212/1906434 http://www.cnblogs.com/xiaoboluo768/p/5984530.html 参考以上文章搭建mha0.57+centos7+mariadb10.1.2 阅读全文
posted @ 2017-09-13 11:45 TT-小白龙 阅读(1513) 评论(0) 推荐(0) 编辑
摘要: mysql使用总内存 = global_buffers + thread_buffers All thread buffer(会话/线程级内存分配总和) = max_threads(当前活跃连接数) * (read_buffer_size -- 顺序读缓冲,提高顺序读效率+read_rnd_buff 阅读全文
posted @ 2017-04-12 17:25 TT-小白龙 阅读(1152) 评论(0) 推荐(0) 编辑