Categorygithub.com/kevinbin/mysqldba
modulepackage
0.0.0-20200917012948-314e8ec3bc4b
Repository: https://github.com/kevinbin/mysqldba.git
Documentation: pkg.go.dev

# README

Install

go get github.com/kevinbin/mysqldba   

Usage

Welcome to the MySQL DBA Toolbox.
Author: HongBin <[email protected]>
Version: 3.0

Usage:
  mysqldba [command]

Available Commands:
  doctor      mysql error log anaylze & watch
  help        Help about any command
  monitor     A MySQL monitor like iostat
  rbr2sbr     Convert a rbr binary log to sbr format
  repairGtid  Compare master(source) and slave(destination) GTID to find inconsistent
  slowlog     Capture MySQL slow log

Flags:
  -h, --help              help for mysqldba
  -H, --host string       mysql host ip (default "localhost")
  -p, --password string   mysql login password (default "root")
  -P, --port int          mysql server port (default 3306)
  -u, --user string       mysql login user (default "root")

Use "mysqldba [command] --help" for more information about a command.

Disclaimer

This tool is a personal project and has not been rigorously and extensively tested. The author shall not be held responsible for any loss caused in the process of use, and the user shall bear the responsibility.

Note

Some of the features of this tool are inspired by orzdba, thanks to the orzdba author.

# Packages

No description provided by the author