Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Features] Support upate parameters in non-default sections, e.g client or mysql #6453

Open
sophon-zt opened this issue Jan 15, 2024 · 0 comments · May be fixed by apecloud/kbcli#265
Open

Comments

@sophon-zt
Copy link
Contributor

e.g:

  1. update rpl-semi-sync-master-enabled : --set rpl-semi-sync-master-enabled = ON OR --set mysqld.rpl-semi-sync-master-enabled = ON
  2. update default-character-set: --set mysql.default-character-set = utf8mb4
  3. update port : set client.port = 3306
[mysqld]
rpl-semi-sync-master-enabled = 1
rpl_semi_sync_master_timeout = 1000
rpl-semi-sync-slave-enabled = 1

[mysql]
default-character-set=utf8mb4

[client]
port=3306
socket=/var/run/mysqld/mysqld.sock
default-character-set=utf8mb4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment