mysql logbin 导出指定表sql
at 4年前 ca MySQL pv 1123 by touch
/usr/local/mysql/bin/mysqlbinlog -d 库名 mysql-bin.000001 |grep '`news_article`' -B1 -A1 >>news_article_1.sql
删除错误语句
more news_article_1.sql |grep --ignore-case -E 'DROP' -A2 -B2|grep testtuo
版权声明
本文仅代表作者观点,不代表码农殇立场。
本文系作者授权码农殇发表,未经许可,不得转载。
已有0条评论