We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g:
[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
The text was updated successfully, but these errors were encountered:
feat: Support upate parameters in non-default sections, e.g client or…
fca926f
… mysql: --set mysql.default-character-set = utf8mb4 (#6453)
sophon-zt
Successfully merging a pull request may close this issue.
e.g:
The text was updated successfully, but these errors were encountered: