摘要: Preface My virtual machine was simply created by vagrant in default mode without anything about the extra disk volume configuration.The default size i 阅读全文
posted @ 2018-09-29 15:14 aaron8219 阅读(714) 评论(1) 推荐(1) 编辑
摘要: 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 阅读全文
posted @ 2018-09-18 12:40 aaron8219 阅读(5892) 评论(0) 推荐(0) 编辑
摘要: Preface When I was compiling the sysbench just now,I encountered some failures in the precedure.I'll show the issue and workaround below. Issues 1. Ex 阅读全文
posted @ 2018-09-11 16:10 aaron8219 阅读(2528) 评论(0) 推荐(0) 编辑
摘要: 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 softwar 阅读全文
posted @ 2018-08-28 15:11 aaron8219 阅读(752) 评论(0) 推荐(0) 编辑
摘要: Preface Oracle claimed that 11g RAC is supported on Redhat Linux 7 and above version,but there're still some incompatible issues in inplementing 11g G 阅读全文
posted @ 2018-08-27 17:33 aaron8219 阅读(2524) 评论(1) 推荐(0) 编辑
摘要: 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.Event 阅读全文
posted @ 2018-08-22 20:28 aaron8219 阅读(561) 评论(0) 推荐(0) 编辑
摘要: Preface I've demontstrated several InnoDB locking cases in my previous blog.I'm gonna do the rest tests about InnoDB locks. Procedure Test table infor 阅读全文
posted @ 2018-08-16 23:04 aaron8219 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 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 norma 阅读全文
posted @ 2018-08-15 23:47 aaron8219 阅读(1692) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-08-14 22:52 aaron8219 阅读(314) 评论(0) 推荐(0) 编辑
摘要: Preface Last night one buddy in tech wechat group asked "what's intention locks of InnoDB?"Thus,I'm gonna say someting about it.As we all know,there'r 阅读全文
posted @ 2018-08-13 23:11 aaron8219 阅读(1020) 评论(0) 推荐(0) 编辑