Skip to content

Commit be79c2e

Browse files
committed
change usessl to no per default
1 parent 4ad709d commit be79c2e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

automysqlbackup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ load_default_config() {
6565
CONFIG_rotation_weekly=35
6666
CONFIG_rotation_monthly=150
6767
CONFIG_mysql_dump_port=3306
68-
CONFIG_mysql_dump_usessl='yes'
68+
CONFIG_mysql_dump_usessl='no'
6969
CONFIG_mysql_dump_username='root'
7070
CONFIG_mysql_dump_password=''
7171
CONFIG_mysql_dump_host='localhost'

automysqlbackup.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ CONFIG_db_exclude=( 'performance_schema' 'information_schema' )
115115
#CONFIG_mysql_dump_commcomp='no'
116116

117117
# Use ssl encryption with mysqldump?
118-
#CONFIG_mysql_dump_usessl='yes'
118+
#CONFIG_mysql_dump_usessl='no'
119119

120120
# For connections to localhost. Sometimes the Unix socket file must be specified.
121121
#CONFIG_mysql_dump_socket=''

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ parse_config_file () {
409409
echo "### Checking archive files for existence, readability and integrity."
410410
echo
411411

412-
precheck_files=( automysqlbackup 31e3b0fe937af7ba3c4015543cd2a848
413-
automysqlbackup.conf b70bc8a814400cf41b8e6228d7bbc963
412+
precheck_files=( automysqlbackup 880dca1b4cfe3ac0513561af0e254dd0
413+
automysqlbackup.conf 3147a5a3c0e0cce1dca11227dad9c69d
414414
README b17740fcd3a5f8579b907a42249a83cd
415415
LICENSE 39bba7d2cf0ba1036f2a6e2be52fe3f0
416416
)

0 commit comments

Comments
 (0)