Skip to content

Commit

Permalink
33
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Oct 21, 2024
1 parent d5ace8f commit d83a5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm-services/mysql/db-simulation/app/service/kubernets.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (k *DbPodSets) getClusterPodContanierSpec() []v1.Container {
"--defaults-file=/etc/my.cnf",
"--log_bin_trust_function_creators",
"--max_allowed_packet=1073741824",
"--sql_mode=''",
"--sql-mode=''",
fmt.Sprintf("--character-set-server=%s",
k.BaseInfo.Charset),
"--user=mysql"}
Expand Down

0 comments on commit d83a5f7

Please sign in to comment.