一个守望数据库的老菜鸟
一个守望数据库的老菜鸟
发布时间:2016-10-18 13:01:09
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753526.html pt工具包,percona-toolkit 源自Maatkit 和 Aspersa 工具.里面有很多维护MySQL的必备工具,最新版本是percona-toolkit_2.2.19 。pt-toolkit有2种安装方式:rpm和编译安装。安.........【阅读全文】
发布时间:2016-10-16 10:48:54
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753413.htmlMySQL5.6中开始支持把undo log分离到独立的表空间,并放到单独的文件目录下;采用独立undo表空间,再也不用担心undo会把 ibdata1 文件搞大;也给我们部署不同IO类型的文件位置带来便利,对于.........【阅读全文】
发布时间:2016-10-15 16:08:09
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753396.html1.安装bzr客户端yum install bzr 2.下载bzr branch lp:~percona-dev/perconatools/tpcc-mysql3.编译安装make4.测试环境(1)创建测试库mysqladmin -S /dbfiles/mysql_home/data/mysql.........【阅读全文】
发布时间:2016-10-12 11:41:21
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753206.html本文讨论使用sql_slave_skip_counter 来使sql 线程跳过遇到错误的event记录案例如下:数据库数据无法同步,检查同步状态MariaDB [(none)]> show slave status\G*************************** .........【阅读全文】
发布时间:2016-10-11 09:51:37
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/blog/post/id/5753131.html1、创建测试表root@localhost [dbwatcher]> create table float_table01(fund float(7,4));Query OK, 0 rows affected (0.06 sec)root@localhost [dbwatcher]> show tables;+------------------.........【阅读全文】