Skip to content

Commit

Permalink
333
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Oct 17, 2024
1 parent 4698a65 commit f430116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm-services/mysql/db-simulation/handler/dbsimulation.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TendbSimulation(r *gin.Context) {
replaceUnderSource(param.TaskId)),
Lables: map[string]string{"task_id": replaceUnderSource(param.TaskId),
"request_id": requestID},
RootPwd: param.TaskId,
RootPwd: "1234",
Args: param.BuildStartArgs(),
Charset: param.MySQLCharSet,
}
Expand Down

0 comments on commit f430116

Please sign in to comment.