Skip to content

Commit

Permalink
fix mysql flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Feb 14, 2025
1 parent cdef487 commit 1182186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pkg/source/mysqltest/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func mySQLDoBackup(

// establish connection
backupConnectionString := fmt.Sprintf(
"%s:%s@tcp(%s:%s)/%s?tls=skip-verify",
"%s:%s@tcp(%s:%s)/%s?tls=false",
mySQLRoot, mySQLRootPW, mySQLBackupTarget.Address, mySQLBackupTarget.Port, mySQLDatabase,
)
var db *sql.DB
Expand Down

0 comments on commit 1182186

Please sign in to comment.