自动更新管控端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
xyiege 8f0fcf1ffd 调整输出 12 months ago
..
build.bat 精简代码 12 months ago
go.mod 调整输出 12 months ago
go.sum 调整输出 12 months ago
main.go 调整输出 12 months ago
main.go_1 调整输出 12 months ago
mblog 调整输出 12 months ago
readme.md 调整输出 12 months ago

readme.md

安装依赖 go get github.com/go-sql-driver/mysql

同步备份

./mysql_backup -host=localhost -port=3306 -user=your_user -password=your_pass -db=your_database

异步备份

./mysql_backup -host=localhost -port=3306 -user=your_user -password=your_pass -db=your_database -async=true