Some changes in sample configuration files.

This commit is contained in:
Christoph 2019-11-02 13:06:49 +01:00
parent 8666b07ed5
commit 7894f27be1
2 changed files with 22 additions and 10 deletions

View File

@ -47,13 +47,19 @@
# - Note:
# - If this parameter ist present, the parameter 'mysql_credential_args' will be ignored.
# -
# - Example
# - mysql_credential_args_arr="10.2.13:--defaults-file=/etc/mysql/debian.cnf 5.2.7:--login-path=local"
# - msql_credential_args_arr="5.6:--login-path=local-5.6 5.7:--login-path=local"
# -
# - Examples:
# - mysql_credential_args_arr=("MariaDB 10.2.13:--defaults-file=/etc/mysql/debian.cnf "5.7:--login-path=local")
# - msql_credential_args_arr=("5.6:--login-path=local-5.6" "5.7:--login-path=local")
# - mysql_credential_args_arr=(
# - "5.7:--login-path=local"
# - "5.6:--login-path=mysql-5.6"
# - "8.0:--login-path=mysql-8.0"
# - "MariaDB 10.3:--defaults-file=/usr/local/mariadb-10.3.12/sys-maint.cnf"
# - "MariaDB 10.4:-u root -S /tmp/mariadb-10.4.6.sock"
# - )
# -
# - Note:
# - the forst value (before the colon ':') is only user for logging output and has no
# - the first value (before the colon ':') is only used for logging output and has no
# - further relevance .
# -
#mysql_credential_args_arr=""

View File

@ -54,13 +54,19 @@
# - Note:
# - If this parameter ist present, the parameter 'mysql_credential_args' will be ignored.
# -
# - Example
# - mysql_credential_args_arr="10.2.13:--defaults-file=/etc/mysql/debian.cnf 5.2.7:--login-path=local"
# - mysql_credential_args_arr="5.6:--login-path=local-5.6 5.7:--login-path=local"
# -
# - Examples:
# - mysql_credential_args_arr=("MariaDB 10.2.13:--defaults-file=/etc/mysql/debian.cnf "5.7:--login-path=local")
# - msql_credential_args_arr=("5.6:--login-path=local-5.6" "5.7:--login-path=local")
# - mysql_credential_args_arr=(
# - "5.7:--login-path=local"
# - "5.6:--login-path=mysql-5.6"
# - "8.0:--login-path=mysql-8.0"
# - "MariaDB 10.3:--defaults-file=/usr/local/mariadb-10.3.12/sys-maint.cnf"
# - "MariaDB 10.4:-u root -S /tmp/mariadb-10.4.6.sock"
# - )
# -
# - Note:
# - the forst value (before the colon ':') is only user for logging output and has no
# - the first value (before the colon ':') is only used for logging output and has no
# - further relevance .
# -
#mysql_credential_args_arr=""