CentOS下mysql备份脚本(mysqldump) 2017年12月20日 作者 @hostease#!/bin/bash #全备方式,一般在从机上执行,适用于小中型mysql数据库 #删除15天以前备份 #作 … 阅读更多