diankuozhi9810
码龄9年
关注
提问 私信
  • 博客:32,982
    32,982
    总访问量
  • 暂无
    原创
  • 2,024,587
    排名
  • 1
    粉丝
  • 0
    铁粉
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:甘肃省
  • 加入CSDN时间: 2016-04-05
博客简介:

diankuozhi9810的博客

查看详细资料
个人成就
  • 获得1次点赞
  • 内容获得0次评论
  • 获得4次收藏
创作历程
  • 82篇
    2018年
创作活动更多

HarmonyOS开发者社区有奖征文来啦!

用文字记录下您与HarmonyOS的故事。参与活动,还有机会赢奖,快来加入我们吧!

0人参与 去创作
  • 最近
  • 文章
  • 代码仓
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

vbox虚拟机扩容(CentOS 7.2)

PrefaceMy virtual machine was simply created by vagrant in default mode without anything about the extra disk volume configuration.The default size is about 10.5G.In order to use the web ...
转载
发布博客 2018.09.29 ·
287 阅读 ·
1 点赞 ·
0 评论 ·
1 收藏

使用git bash编译安装sysbench时遇到的坑

Preface When I was compiling the sysbench just now,I encountered some failures in the precedure.I'll show the issue and workaround below.Issues1. Executing autogen.sh script ...
转载
发布博客 2018.09.11 ·
1383 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

安装MySQLdb模块遭遇"fatal error: my_config.h: No such file or directory"的处理

Issue I encountered an error when I run the python script which need to import the module of "MySQLdb".The error shows like this:[root@docker1 script]# python Xtrabackup.pyTrace...
转载
发布博客 2018.09.18 ·
1565 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

CentOS 7.2安装11g Grid Infrastructure

Preface Oracle claimed that11g RAC issupported on Redhat Linux 7 and above version,but there're still some incompatible issues in inplementing 11g GI on it.There're some main steps s...
转载
发布博客 2018.08.27 ·
619 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

CentOS 7.2安装11g数据库软件

Preface Yesterday I've installed the 11g GI software on CentOS 7.2.But I still encounter some troubles when I continue to install the database software in my environment.I've recorded ...
转载
发布博客 2018.08.28 ·
369 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

CentOS 7.2静默安装Oracle11g

Preface Today I'm gonna export some test data to another server.The source server is Windows Server 2012 R2 and the tartget server is CentOS 7.2.Eventually,I found out that when using ...
转载
发布博客 2018.08.22 ·
149 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

InnoDB锁冲突案例演示(续)

Preface I've demontstrated several InnoDB locking cases in my previous blog.I'm gonna do the rest tests about InnoDB locks.ProcedureTest table information and the relevant va...
转载
发布博客 2018.08.16 ·
106 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Consul初体验

Preface Today I'm gonna implement a consul in my environment to discover service of MySQL database and check whether the master-slave is working normally.Introduce Consul ...
转载
发布博客 2018.08.15 ·
275 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

InnoDB锁冲突案例演示

Preface As we know,InnoDB is index organized table.InnoDB engine supports row-level lock base on indexes,if there're no indexes on a certain table the record locks will upgrade to "tab...
转载
发布博客 2018.08.14 ·
121 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Percona-Tookit工具包之pt-find

Preface We used to use "find" command in linux or AIX when we need to get a certain file but cannot rember the precise name.We will execute "find /pathtobegin -name xxx" in our OS prom...
转载
发布博客 2018.08.12 ·
159 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Percona-Tookit工具包之pt-mysql-summary

Preface Sometimes we need to collect information of MySQL server as a report when we first time take over the system by someone else.Espcially there're lots of servers for you to che...
转载
发布博客 2018.08.11 ·
194 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

ProxySQL读写分离测试(续)

Preface I've implemented ProxySQL on PXC yesterday but got some errors when configured query rules.I'm gonna do it again in my master-slave environment again.Let's see the procedure....
转载
发布博客 2018.08.10 ·
122 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

ProxySQL初体验

Preface As we all know,it's a common sense that separate reading and writing operations can immensely increse the performance of MySQL database.Especially the query operations by execu...
转载
发布博客 2018.08.09 ·
591 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

在PXC中重新添加掉线节点

Preface When we add a new node into PXC structure,it will estimate the mothed(IST/SST) to transfer data to the new node.It's no wonder that sst will be automatically choosed.What if ...
转载
发布博客 2018.08.08 ·
2082 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

MySQL高可用之PXC安装部署(续)

Preface Yesterday I implemented a three-nodes PXC,but there were some errors when proceeding it.So I decide to research what's wrong with it.The operations and evidences shows below....
转载
发布博客 2018.08.07 ·
556 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

MySQL高可用之PXC安装部署

Preface Today,I'm gonna implement a PXC,Let's see the procedure.FrameworkHostnameIPPortOS VersionMySQL VersionXtrabackup versionzlm2192.168....
转载
发布博客 2018.08.06 ·
709 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

ibdata1文件损坏时恢复InnoDB单表测试

Preface ibdata1 file is a shared system tablespace of innodb engine.Although we always set variable of "innodb_file_per_table" to "on" which means put the data of table into their indi...
转载
发布博客 2018.08.03 ·
500 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

MySQL用户权限控制一例

Preface I supposed we are encountering a situation that there's an anonymous user hasconnected in ourMySQL database with an account which has large privileges.The user is doing some ...
转载
发布博客 2018.08.05 ·
127 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

MySQL高可用之MHA安装

Preface MasterHA is a tool which can be used in MySQL HA architecture.I'm gonna implement it and have some tests depend on it later.FrameworkHostnameIPPortI...
转载
发布博客 2018.08.01 ·
295 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

MySQL高可用之MHA切换测试(switchover & failover)

Preface I've installed MasterHA yesterday,Now let's test the master-slave switch and failover feature.FrameworkHostnameIPPortIdentityOS VersionMySQL V...
转载
发布博客 2018.08.02 ·
523 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多