check_webservice_load.conf.sample: adjust some comments.

This commit is contained in:
Christoph 2023-03-03 23:59:35 +01:00
parent d7c2749ef5
commit 46d582b206

View File

@ -88,13 +88,14 @@ check_website=false
# - encrypted file.
# -
# - Create (encrypted) option file:
# - $ mysql_config_editor set --login-path=local --socket=/tmp/mysql.sock --user=root --password
# - $ mysql_config_editor set --login-path=local --socket=/run/mysqld/mysqld.sock --user=root --password
# - $ Password:
# -
# - Use of option file:
# - $ mysql --login-path=local ...
# -
# - Example
# - mysql_credential_args="-u root -S /run/mysqld/mysqld.sock"
# - mysql_credential_args="--login-path=local"
# - mysql_credential_args="--defaults-file=/etc/mysql/debian.cnf" (Debian default)
# - mysql_credential_args="--defaults-file=/usr/local/mysql/sys-maint.cnf"