Skip to content

Commit

Permalink
fix(dbm-services): upgrade ignore loose_secure_auth mysql5.7 TencentB…
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq authored and iSecloud committed Nov 5, 2024
1 parent a7a2fb6 commit 3c3161c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ func (m *MysqlUpgradeComp) upgradeMycnf(port int) (err error) {
fallthrough
case m.newVersion.MysqlVersion > native.MYSQL_5P70:
cff.Cfg.Section(section).DeleteKey("secure_auth")
cff.Cfg.Section(section).DeleteKey("loose_secure_auth")
cff.Cfg.Section(section).DeleteKey("innodb_additional_mem_pool_size")
cff.Cfg.Section(section).DeleteKey("innodb_create_use_gcs_real_format")
cff.Cfg.Section(section).DeleteKey("thread_concurrency")
Expand Down

0 comments on commit 3c3161c

Please sign in to comment.