简单mysql冷备实现 创建脚本 testdump.sh #!/bin/bash db_user="root" db_pwd="root" db_name="t... 2020-07-13 暂无 217