亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

pt-table-checksum工具應用

發布時間:2020-08-13 07:19:29 來源:ITPUB博客 閱讀:188 作者:pathfinder_cui 欄目:MySQL數據庫

    1.認真看錯誤提示,弄不清楚狀況的時候打開debugPTDEBUG=1
    2.10.10.10.10為主,其它ip為從
    3.h=10.10.10.10,u=checksums,p=checksums 中間一定不能有空格,不然會報錯,本人排查這個錯誤花了很長時間
    
一:sakila庫的film_actor表的數據檢測與同步
1,在主庫和從庫上面添加用戶:
GRANT SELECT, PROCESS, SUPER, REPLICATION SLAVE ON *.* TO 'checksums'@'10.10.10.10' IDENTIFIED BY 'checksums';
 
2.檢測sakila庫的film_actor表的數據主從是否一致
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,根據checksum的結果恢復所有從庫的film_actor數據
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庫數據是否一致
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,根據checksum的結果恢復所有從庫的數據
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
(有外鍵約束要加參數 --no-check-child-tables --no-foreign-key-checks,不然可能把子表所有的數據都刪除掉)
(--no-check-triggers,不檢測觸發器)
2,根據checksum的結果只恢復10.10.10.11的數據
pt-table-sync --print  --execute --replicate=test.checksums --sync-to-master h=10.10.10.11,P=8888,u=checksums,p=checksums
 
 
3,恢復從庫192.168.6.91的數據(這個從庫所有的數據都和主保持一致,除了系統表和checksums表)
pt-table-sync --execute --print --sync-to-master h=192.168.6.91,P=8888,u=checksums,p=checksums
 
----------------------------------------------------------------------------------------------------------------------------
執行完pt-table-sync后可再執行一次pt-table-checksum檢測主從數據是否一致,可以執行下面的sql語句,如果結果為空則說明主從數據一致
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/


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

凤翔县| 禹州市| 永平县| 河北省| 满城县| 敦煌市| 舞阳县| 鸡西市| 广安市| 中阳县| 绿春县| 高淳县| 边坝县| 扎兰屯市| 巴东县| 清河县| 惠东县| 漾濞| 长治市| 讷河市| 通河县| 泰兴市| 平顶山市| 云梦县| 孟州市| 钟祥市| 石狮市| 青州市| 西乌珠穆沁旗| 西林县| 阿拉善盟| 德令哈市| 白河县| 佳木斯市| 鲜城| 曲松县| 明水县| 咸阳市| 张家口市| 眉山市| 镇宁|