@@ -25,19 +25,19 @@
#=====================================================================
# Username to access the MySQL server e.g. dbuser
-USERNAME:=dbuser
+USERNAME=dbuser
# Username to access the MySQL server e.g. password
-PASSWORD:=password
+PASSWORD=password
# Host name (or IP address) of MySQL server e.g localhost
-DBHOST:=localhost
+DBHOST=localhost
# List of DBNAMES for Daily/Weekly Backup e.g. "DB1 DB2 DB3"
-DBNAMES:="DB1 DB2 DB3"
+DBNAMES="DB1 DB2 DB3"
# Backup directory location e.g /backups
-BACKUPDIR:="/backups/${DBHOST}"
+BACKUPDIR="/backups"
# Mail setup
# What would you like to be mailed to you?
|