首頁 > 資料庫 > mysql教程 > 实战:mysql5.6跳过指定事务GTID_MySQL

实战:mysql5.6跳过指定事务GTID_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
發布: 2016-06-01 13:02:17
原創
1936 人瀏覽過
登入後複製

show slave status \G;
              Last_SQL_Error: Worker 3 failed executing transaction '6c9da32f-0513-11e4-a949-00e04c8a7573:1' at master log mysqldb01-bin.000001, end_log_pos 4541041; Could not execute Delete_rows event on table wind.t1; Query execution was interrupted, Error_code: 1317; Got error -1 from storage engine, Error_code: 1030; handler error No Error!; the event's master log FIRST, end_log_pos 4541041
  Replicate_Ignore_Server_Ids:
             Master_Server_Id: 1001
                  Master_UUID: 6c9da32f-0513-11e4-a949-00e04c8a7573
             Master_Info_File: mysql.slave_master_info
                    SQL_Delay: 1
          SQL_Remaining_Delay: NULL
      Slave_SQL_Running_State:
           Master_Retry_Count: 86400
                  Master_Bind:
      Last_IO_Error_Timestamp:
     Last_SQL_Error_Timestamp: 140911 09:32:37
               Master_SSL_Crl:
           Master_SSL_Crlpath:
           Retrieved_Gtid_Set: 6c9da32f-0513-11e4-a949-00e04c8a7573:1  --跳过此事务
            Executed_Gtid_Set: 510e47c2-0669-11e4-b1ff-000c293812ad:1
                Auto_Position: 1

stop slave;

set gtid_next="6c9da32f-0513-11e4-a949-00e04c8a7573:1";

begin;commit;

set gtid_next="AUTOMATIC";

start slave;

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
解決PHP錯誤顯示問題的方法
來自於 1970-01-01 08:00:00
0
0
0
java - springboot新手學習
來自於 1970-01-01 08:00:00
0
0
0
spring - JavaWeb中 Service 層的事務問題
來自於 1970-01-01 08:00:00
0
0
0
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板