会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
企鹅蛋
每天一点小进步
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2016年6月30日
GTID复制报错处理:Last_Error: Error 'Can't drop database 'test'; database doesn't exist' on query
摘要: 创建GTID主从连接: 报错显示: 两个新实例启动后我预先做了一些安全处理,然后就直接在从库执行change master,导致主库上的日志在从库里执行不了,需要把无法执行的日志都跳过! 机械的搬运老师上课讲的内容如下: 结果 Executed_Gtid_Set: 988b8684-3e21-22e
阅读全文
posted @ 2016-06-30 14:14 企鹅蛋
阅读(5385)
评论(0)
推荐(0)
2016年6月16日
pt-table-checksum解读
摘要: pt-table-checksum的原理,参数,使用介绍
阅读全文
posted @ 2016-06-16 17:11 企鹅蛋
阅读(9249)
评论(0)
推荐(1)
2016年6月12日
Error 'Cannot add or update a child row: a foreign key constraint fails故障解决
摘要: Error 'Cannot add or update a child row: a foreign key constraint fails故障解决
阅读全文
posted @ 2016-06-12 16:46 企鹅蛋
阅读(77645)
评论(0)
推荐(1)
2016年5月27日
MySQL中explain的type类型
摘要: MySQL中explain的type类型
阅读全文
posted @ 2016-05-27 15:44 企鹅蛋
阅读(9770)
评论(0)
推荐(1)
2016年5月20日
MySQL中innodb表主键设计原则
摘要: 主键设计的原则: 1. 一定要显式定义主键 2. 采用与业务无关的单独列 3. 采用自增列 4. 数据类型采用int,并尽可能小,能用tinyint就不用int,能用int就不用bigint 5. 将主键放在表的第一列
阅读全文
posted @ 2016-05-20 11:44 企鹅蛋
阅读(1745)
评论(0)
推荐(0)
2016年5月4日
Java报错--Unsupported major.minor version 52.0
摘要: Unsupported major.minor version 52.0报错处理
阅读全文
posted @ 2016-05-04 14:56 企鹅蛋
阅读(2346)
评论(0)
推荐(0)
2016年5月3日
mysql插入大量数据
摘要: 创建存储过程批量插入数据
阅读全文
posted @ 2016-05-03 18:10 企鹅蛋
阅读(241)
评论(0)
推荐(0)
2016年4月29日
MySQL初始化故障-----mysql_config_editor中的坑
摘要: mysql_config_editor的参数login-path设置时需要谨慎
阅读全文
posted @ 2016-04-29 09:54 企鹅蛋
阅读(7215)
评论(0)
推荐(0)
2016年4月27日
linux 系统监控系列之vmstat
摘要: vmstat使用介绍
阅读全文
posted @ 2016-04-27 16:14 企鹅蛋
阅读(282)
评论(0)
推荐(0)
上一页
1
2
公告