自动更新管控端
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.
 
 
 
 
 
 

287 B

安装依赖 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