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.
1 parent 6711682 commit b688990Copy full SHA for b688990
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