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.
|
|
2 months ago | |
|---|---|---|
| .. | ||
| build.bat | 2 months ago | |
| go.mod | 2 months ago | |
| go.sum | 2 months ago | |
| main.go | 2 months ago | |
| main.go_1 | 2 months ago | |
| mblog | 2 months ago | |
| readme.md | 2 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