05 2017 档案

摘要:mysql常用反斜杠命令 客户端命令用法 https://dev.mysql.com/doc/refman/5.7/en/mysql-commands.html https://dev.mysql.com/doc/refman/5.7/en/flush.html 圆括号里面是对应快捷键 ? (\?) 阅读全文
posted @ 2017-05-30 11:57 huangchaolilli 阅读(3173) 评论(0) 推荐(0)
摘要:mysql分页优化方法 东正 https://mp.weixin.qq.com/s/2LkcDmk4a5UZnjy6pYJxHA 今天遇到开发反应分页语句很慢,马上看一下到底是啥的分页语句 原分页语句 SELECT * FROM `tt` LIMIT 4863000, 1000 执行这个语句需要6秒 阅读全文
posted @ 2017-05-26 18:25 huangchaolilli 阅读(386) 评论(0) 推荐(0)
摘要:left outer join的on不起作用 Why and when a LEFT JOIN with condition in WHERE clause is not equivalent to the same LEFT JOIN in ON? [duplicate]https://stack 阅读全文
posted @ 2017-05-25 21:57 huangchaolilli 阅读(1015) 评论(0) 推荐(0)
摘要:centos7.9上yum安装zabbix5.0 zabbix5.0发布时间:2020年5月 zabbix5.0 需要php7.2或以上,不支持php8.0 从zabbix6.0开始,不提供rpm包了,只能源码编译 安装zabbix5.0,yum安装 注意:因为是yum安装,所有的软件版本在以后可能 阅读全文
posted @ 2017-05-24 18:06 huangchaolilli 阅读(1529) 评论(0) 推荐(0)
摘要:MySQL的并行复制多线程复制MTS(Multi-Threaded Slaves) http://www.tuicool.com/articles/m2Unmeq 姜承饶 简称MTS:基于binlog组提交,mysql5.7默认开启binlog组提交 http://www.cnblogs.com/c 阅读全文
posted @ 2017-05-23 15:53 huangchaolilli 阅读(2661) 评论(0) 推荐(0)
摘要:mysql 5.7.12 新增 X plugin x 协议 详解http://xiaozhong991.blog.51cto.com/2354914/1763792x 协议 操作nosql数据库 X plugin是mysql新发版本5.7.12中新增的插件,利用它实现mysql作为文件存储数据库,也 阅读全文
posted @ 2017-05-16 12:57 huangchaolilli 阅读(1879) 评论(0) 推荐(0)
摘要:mysql报错Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage 在执行create table xx as select xx的时候 或者在执行 tpcc-mysql的tpc 阅读全文
posted @ 2017-05-07 14:02 huangchaolilli 阅读(14083) 评论(0) 推荐(0)
摘要:percona顶级项目(针对数据库) 地址:https://github.com/Percona-Lab 1、mongodb_consistent_backupTool for getting consistent backups from MongoDB Clusters and ReplicaS 阅读全文
posted @ 2017-05-06 20:32 huangchaolilli 阅读(1167) 评论(0) 推荐(0)
摘要:Got timeout reading communication packets解决方法 http://www.th7.cn/db/mysql/201702/225243.shtml [Note] Aborted connection xxxx to db:问题现象:在tail -f/data/l 阅读全文
posted @ 2017-05-03 10:16 huangchaolilli 阅读(25499) 评论(0) 推荐(0)