Giter VIP home page Giter VIP logo

python-mysql-binlog_parse_to_sql's Introduction

binlog_parse_to_sql

binlog python解析 MySQL_Binlog_Parse_to_sql #工具运行步骤 1.binlog—format= row 2.mysqlbinlog --no-defaults --base64-output=decode-rows -v -v mysql-bin.00000x >mysql-bin.00000x.sql 3.python script_name.py -u user -p password -f mysql-bin.00000x.sql -b binlog_to_sql.sql

#工具HELP ======Author:GuiJiaoQi&XuYou ======For Example:python script_name.py -u user -p password -f mysql-bin.00000x.sql -b binlog_to_sql.sql

Usage: ts.py [options]

  Options:
    -h, --help            show this help message and exit
    -u USER, --user=USER  User for login 
    -p PASSWORD, --password=PASSWORD
                          Password to use when connecting
    -f FILE, --file=FILE  write binlog to file
    -b binlog, --report=binlog
                          incoming parse binlogfile For Example:mysqlbinlog
                          --no-defaults --base64-output=decode-rows -v -v mysql-
                          bin.00000x

python-mysql-binlog_parse_to_sql's People

Contributors

yy1117 avatar

Watchers

张伟 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.