We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4866a53 commit 5cc3a22Copy full SHA for 5cc3a22
automysqlbackup
@@ -57,6 +57,7 @@ let "N_backup_local_nofiles=0x20"
57
load_default_config() {
58
CONFIG_mysql="/usr/bin/mysql"
59
CONFIG_mysql_dump="/usr/bin/mysqldump"
60
+ CONFIG_mysql_show="/usr/bin/mysqlshow"
61
CONFIG_configfile="/etc/automysqlbackup/automysqlbackup.conf"
62
CONFIG_backup_dir='/var/backup/db'
63
CONFIG_multicore='yes'
0 commit comments