We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f98f84 + 24babab commit 91b0847Copy full SHA for 91b0847
internal/dms/biz/cloudbeaver.go
@@ -1140,6 +1140,8 @@ func (cu *CloudbeaverUsecase) GenerateCloudbeaverConnectionParams(dbService *DBS
1140
1141
func (cu *CloudbeaverUsecase) fillMySQLParams(config map[string]interface{}) error {
1142
config["driverId"] = "mysql:mysql8"
1143
+ // https://github.com/actiontech/dms-ee/issues/276
1144
+ config["properties"] = map[string]interface{}{"allowPublicKeyRetrieval": "TRUE"}
1145
return nil
1146
}
1147
0 commit comments