We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6711682 + b688990 commit c010217Copy full SHA for c010217
pkg/database/connection.go
@@ -26,5 +26,6 @@ func (c Connection) MySQL() string {
26
config.Addr = fmt.Sprintf("%s:%d", c.Host, c.Port)
27
}
28
config.ParseTime = true
29
+ config.TLSConfig = "preferred"
30
return config.FormatDSN()
31
0 commit comments