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