自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

道行尚浅(老道)的博客

一手的程序员,二手DBA,三手weblogic管理员,四手的splunk架构师

  • 博客(6)
  • 收藏
  • 关注

原创 基于GTID搭建主从

1 停止iptables (主从)service iptables stopchkconfig iptables off2 添加配置文件 (主从)------主库-------------------------log-bin=mysql-bin server-id=553306gtid-mode=on enforce-gtid-consistency=truelo

2015-12-22 23:32:45 1263

原创 MySQL主从基本搭建

1 停止iptables (主从)service iptables stopchkconfig iptables off2 添加配置文件 (主从)log-bin=mysql-bin server-id=/etc/init.d/mysql restart3 创建用户 (主库)GRANT REPLICATION SLAVE ON *.* to 'daoslave'@'%' id

2015-12-15 23:22:42 655 1

原创 10053 事件浅析

1 session 级别设置eventSQL> ALTER SESSION SET EVENTS='10053 trace name context forever, level 1';Session altered.2 执行语句SQL> select /*+10053 test*/*   2  from dao_objects1 t1 ,dao_objects2 t2

2015-12-06 21:12:53 2611

原创 MYSQL— perror 错误码详情

[root@localhost ~]# cat test_nothread.py import paramikoimport threadingimport osdef ssh2(ip,username,passwd,cmd): file_path='/root/perror.log' logfile=file(file_path,'a') try:

2015-12-04 21:27:17 114018 13

原创 percona默认安装目录研究

[root@localhost ~]# rpm -qa |grep PerPercona-Server-client-56-5.6.27-rel75.0.el6.x86_64Percona-Server-shared-56-5.6.27-rel75.0.el6.x86_64Percona-XtraDB-Cluster-shared-55-5.5.41-25.11.853.el6.x86_64

2015-12-02 08:10:53 1828

原创 innochecksum使用

[root@localhost mysql]# innochecksum InnoDB offline file checksum utility.innochecksum Ver 5.6.27-75.0, for Linux (x86_64)Copyright (c) 2009-2015 Percona LLC and/or its affiliatesCopyright (c) 20

2015-12-01 12:22:45 4942

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除