{"id":568,"date":"2013-11-19T20:29:29","date_gmt":"2013-11-19T20:29:29","guid":{"rendered":"http:\/\/vickistan.com\/?p=568"},"modified":"2015-12-03T15:23:24","modified_gmt":"2015-12-03T15:23:24","slug":"mysql-replication-tools","status":"publish","type":"post","link":"https:\/\/vickistan.com\/?p=568","title":{"rendered":"MySQL Replication Tools"},"content":{"rendered":"<p>If replication stops and the slave status shows:<\/p>\n<p>Last_Errno: 1580 Last_Error: Error &#8216;You cannot &#8216;ALTER&#8217; a log table if logging is enabled&#8217; on query. Default database: &#8216;mysql&#8217;.<\/p>\n<p>You need to skip over a bad query as follows:<\/p>\n<p>mysql> SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;<\/p>\n<p>This tells the slave to skip one query (which is the invalid one that caused the replication to stop). If you&#8217;d like to skip two queries, you&#8217;d use SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 2; instead and so on.<\/p>\n<p>That&#8217;s it already. Now we can start the slave again&#8230;<\/p>\n<p>mysql> START SLAVE;<\/p>\n<p>check if replication is working again with the SHOW SLAVE STATUS \\G;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If replication stops and the slave status shows: Last_Errno: 1580 Last_Error: Error &#8216;You cannot &#8216;ALTER&#8217; a log table if logging is enabled&#8217; on query. Default database: &#8216;mysql&#8217;. You need to skip over a bad query as follows: mysql> SET GLOBAL &hellip; <a href=\"https:\/\/vickistan.com\/?p=568\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,8],"tags":[],"class_list":["post-568","post","type-post","status-publish","format-standard","hentry","category-linux","category-mysql"],"_links":{"self":[{"href":"https:\/\/vickistan.com\/index.php?rest_route=\/wp\/v2\/posts\/568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vickistan.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vickistan.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vickistan.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vickistan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=568"}],"version-history":[{"count":1,"href":"https:\/\/vickistan.com\/index.php?rest_route=\/wp\/v2\/posts\/568\/revisions"}],"predecessor-version":[{"id":569,"href":"https:\/\/vickistan.com\/index.php?rest_route=\/wp\/v2\/posts\/568\/revisions\/569"}],"wp:attachment":[{"href":"https:\/\/vickistan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vickistan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vickistan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}