一个守望数据库的老菜鸟
发布时间:2017-06-17 13:35:57
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/blog/post/id/593220.html 第一部分:mha日常管理 1.查看ssh登陆是否成功 masterha_check_ssh --global_conf=/etc/masterha/masterha_default.conf--conf=/etc/masterha/app1.conf .........【阅读全文】
发布时间:2017-06-11 18:02:42
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/blog/post/id/5766124.html1.模拟问题的出现:(1)创建测试表root@localhost [test]> show create table student_info\G*************************** 1. row *************************** Table.........【阅读全文】
发布时间:2017-06-11 17:32:13
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5766123.htmlpt-duplicate-key-checker工具主要实现的功能为是mysql表中找出重复的索引和外键。索引会更查询带来好处,但是过量的索引反而可能会使数据库的性能降低,pt-duplicate-key-checker会将重复的索.........【阅读全文】
发布时间:2017-05-05 15:17:11
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5763818.html前面已经出过percona-toolkit的介绍,从本文开始后续介绍一些pt工具集常用工具。pt-online-schema-change是percona-toolkit最常用到的开发类工具。功能为在 alter 操作更改表结构的时候不用锁定.........【阅读全文】