Skip to content

Commit 5cc3a22

Browse files
add config options to choose mariadb binaries alternatively
1 parent 4866a53 commit 5cc3a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

automysqlbackup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ let "N_backup_local_nofiles=0x20"
5757
load_default_config() {
5858
CONFIG_mysql="/usr/bin/mysql"
5959
CONFIG_mysql_dump="/usr/bin/mysqldump"
60+
CONFIG_mysql_show="/usr/bin/mysqlshow"
6061
CONFIG_configfile="/etc/automysqlbackup/automysqlbackup.conf"
6162
CONFIG_backup_dir='/var/backup/db'
6263
CONFIG_multicore='yes'

0 commit comments

Comments
 (0)