-
Notifications
You must be signed in to change notification settings - Fork 149
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
trx-id -> trx_id #1320
base: 8.0
Are you sure you want to change the base?
trx-id -> trx_id #1320
Conversation
making the update action: more clear with the variable trx_id
Update certification.rst
making the update action: more clear with the variable trx_id
trx-id -> trx_id
Seems to be required now in 8.0.27
add socket.ssl=yes directive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@@ -54,7 +54,8 @@ When starting from the shell, you can set the parameters from the command line o | |||
--option="socket.ssl_key=/etc/ssl/mysql/server-key.pem; \ | |||
socket.ssl_cert=/etc/ssl/mysql/server-cert.pem; \ | |||
socket.ssl_ca=/etc/ssl/mysql/ca.pem; \ | |||
socket.ssl_cipher=AES128-SHA256" | |||
socket.ssl_cipher=AES128-SHA256; \ | |||
socket.ssl=yes" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After fixing PXC-3918, explicit addition of socket.ssl option is not needed.
@@ -54,7 +54,8 @@ When starting from the shell, you can set the parameters from the command line o | |||
--option="socket.ssl_key=/etc/ssl/mysql/server-key.pem; \ | |||
socket.ssl_cert=/etc/ssl/mysql/server-cert.pem; \ | |||
socket.ssl_ca=/etc/ssl/mysql/ca.pem; \ | |||
socket.ssl_cipher=AES128-SHA256" | |||
socket.ssl_cipher=AES128-SHA256; \ | |||
socket.ssl=yes" | |||
|
|||
To avoid entering the options each time you start ``garbd``, edit the options in the configuration file. To configure *Galera Arbitrator* on *Ubuntu/Debian*, edit the :file:`/etc/default/garb` file. On RedHat or derivative distributions, the configuration can be found in :file:`/etc/sysconfig/garb` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can enter options each time you start garbd
or you can edit the options in the garb
configuration file. The file is located in the following directories:
- On Ubuntu/Debian distributions, the configuration file is located in
/etc/default/garb
- On RedHat or derivative distributions, the configuration file is located in
/etc/sysconfig/garb
.
makes the variable name more clear