#! /bin/bash
# your MySQL server’s name SERVER=test.net
# directory to backup to BACKDIR=~/backups
# date format that is appended to filename DATE=`date +’%m-%d-%Y’`
#———————-MySQL Settings——————–#
# your MySQL server’s location (IP address is best) HOST=localhost
# MySQL username USER=username
# MySQL password PASS=password
# List all of the MySQL databases that you want […]
Recent Comments