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 a091725 commit fe63cddCopy full SHA for fe63cdd
go/db/db.go
@@ -57,7 +57,7 @@ func getMySQLURI() string {
57
if mysqlURI != "" {
58
return mysqlURI
59
}
60
- mysqlURI := fmt.Sprintf("%s:%s@tcp(%s:%d)/%s?timeout=%ds&readTimeout=%ds&rejectReadOnly=%t&interpolateParams=true",
+ mysqlURI := fmt.Sprintf("%s:%s@tcp(%s:%d)/%s?maxAllowedPacket=0&timeout=%ds&readTimeout=%ds&rejectReadOnly=%t&interpolateParams=true",
61
config.Config.MySQLOrchestratorUser,
62
config.Config.MySQLOrchestratorPassword,
63
config.Config.MySQLOrchestratorHost,
0 commit comments