Skip to content

Commit

Permalink
change usessl to no per default
Browse files Browse the repository at this point in the history
  • Loading branch information
fr00d committed Dec 8, 2017
1 parent 4ad709d commit be79c2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automysqlbackup
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ load_default_config() {
CONFIG_rotation_weekly=35
CONFIG_rotation_monthly=150
CONFIG_mysql_dump_port=3306
CONFIG_mysql_dump_usessl='yes'
CONFIG_mysql_dump_usessl='no'
CONFIG_mysql_dump_username='root'
CONFIG_mysql_dump_password=''
CONFIG_mysql_dump_host='localhost'
Expand Down
2 changes: 1 addition & 1 deletion automysqlbackup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ CONFIG_db_exclude=( 'performance_schema' 'information_schema' )
#CONFIG_mysql_dump_commcomp='no'

# Use ssl encryption with mysqldump?
#CONFIG_mysql_dump_usessl='yes'
#CONFIG_mysql_dump_usessl='no'

# For connections to localhost. Sometimes the Unix socket file must be specified.
#CONFIG_mysql_dump_socket=''
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ parse_config_file () {
echo "### Checking archive files for existence, readability and integrity."
echo

precheck_files=( automysqlbackup 31e3b0fe937af7ba3c4015543cd2a848
automysqlbackup.conf b70bc8a814400cf41b8e6228d7bbc963
precheck_files=( automysqlbackup 880dca1b4cfe3ac0513561af0e254dd0
automysqlbackup.conf 3147a5a3c0e0cce1dca11227dad9c69d
README b17740fcd3a5f8579b907a42249a83cd
LICENSE 39bba7d2cf0ba1036f2a6e2be52fe3f0
)
Expand Down

0 comments on commit be79c2e

Please sign in to comment.