ubuntu 下mysql自动备份脚本及配置

1.自动备份脚本 #!/bin/sh DB_USER="root" DB_PASS="123456" DB_HOST="localhost" DB_NAME="timepusher" # Others vars BIN_DIR="/usr/bin"            #the mysql bin path BCK_DIR="/root/zz"    #the backup file direc
相关文章
相关标签/搜索