真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

pt-table-checksum工具應(yīng)用

    1.認(rèn)真看錯(cuò)誤提示,弄不清楚狀況的時(shí)候打開debugPTDEBUG=1
    2.10.10.10.10為主,其它ip為從
    3.h=10.10.10.10,u=checksums,p=checksums 中間一定不能有空格,不然會(huì)報(bào)錯(cuò),本人排查這個(gè)錯(cuò)誤花了很長時(shí)間
    
一:sakila庫的film_actor表的數(shù)據(jù)檢測與同步
1,在主庫和從庫上面添加用戶:
GRANT SELECT, PROCESS, SUPER, REPLICATION SLAVE ON *.* TO 'checksums'@'10.10.10.10' IDENTIFIED BY 'checksums';
 
2.檢測sakila庫的film_actor表的數(shù)據(jù)主從是否一致
PTDEBUG=1 pt-table-checksum --no-check-binlog-format --no-check-replication-filters --recursion-method=processlist --replicate=test.checksums --databases=sakila --tables=film_actor -h 10.10.10.10 -P8888 -u checksums -p checksums
 
3,根據(jù)checksum的結(jié)果恢復(fù)所有從庫的film_actor數(shù)據(jù)
PTDEBUG=1 pt-table-sync --replicate=test.checksums --recursion-method=processlist --database=sakila   --tables=film_actor  h=10.10.10.10,P=8888,u=checksums,p=checksums --print --execute
 
 
------------------------------------------------------------------------------------------------------------------------------
二:檢測tmp庫數(shù)據(jù)是否一致
pt-table-checksum --no-check-binlog-format --no-check-replication-filters --recursion-method=processlist --replicate=test.checksums --databases=tmp  -h 10.10.10.10 -P8888 -u checksums -p checksums
 
1,根據(jù)checksum的結(jié)果恢復(fù)所有從庫的數(shù)據(jù)
PTDEBUG=1 pt-table-sync --replicate=test.checksums --recursion-method=processlist --no-check-triggers --no-check-child-tables --no-foreign-key-checks  h=10.10.10.10,P=8888,u=checksums,p=checksums --print --execute
(有外鍵約束要加參數(shù) --no-check-child-tables --no-foreign-key-checks,不然可能把子表所有的數(shù)據(jù)都刪除掉)
(--no-check-triggers,不檢測觸發(fā)器)
2,根據(jù)checksum的結(jié)果只恢復(fù)10.10.10.11的數(shù)據(jù)
pt-table-sync --print  --execute --replicate=test.checksums --sync-to-master h=10.10.10.11,P=8888,u=checksums,p=checksums
 
 
3,恢復(fù)從庫192.168.6.91的數(shù)據(jù)(這個(gè)從庫所有的數(shù)據(jù)都和主保持一致,除了系統(tǒng)表和checksums表)
pt-table-sync --execute --print --sync-to-master h=192.168.6.91,P=8888,u=checksums,p=checksums
 
----------------------------------------------------------------------------------------------------------------------------
執(zhí)行完pt-table-sync后可再執(zhí)行一次pt-table-checksum檢測主從數(shù)據(jù)是否一致,可以執(zhí)行下面的sql語句,如果結(jié)果為空則說明主從數(shù)據(jù)一致
select * from test.checksums where master_cnt <>this_cnt OR master_crc<>this_crc OR ISNULL(master_crc)<>ISNULL(this_crc);

http://blog.itpub.net/28939273/viewspace-1993010/



新聞標(biāo)題:pt-table-checksum工具應(yīng)用
分享鏈接:http://weahome.cn/article/ipoijo.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部