Some changes in sample configuration files.
This commit is contained in:
parent
8666b07ed5
commit
7894f27be1
@ -47,13 +47,19 @@
|
|||||||
# - Note:
|
# - Note:
|
||||||
# - If this parameter ist present, the parameter 'mysql_credential_args' will be ignored.
|
# - If this parameter ist present, the parameter 'mysql_credential_args' will be ignored.
|
||||||
# -
|
# -
|
||||||
# - Example
|
# - Examples:
|
||||||
# - mysql_credential_args_arr="10.2.13:--defaults-file=/etc/mysql/debian.cnf 5.2.7:--login-path=local"
|
# - 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"
|
# - 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:
|
# - 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 .
|
# - further relevance .
|
||||||
# -
|
# -
|
||||||
#mysql_credential_args_arr=""
|
#mysql_credential_args_arr=""
|
||||||
|
@ -54,13 +54,19 @@
|
|||||||
# - Note:
|
# - Note:
|
||||||
# - If this parameter ist present, the parameter 'mysql_credential_args' will be ignored.
|
# - If this parameter ist present, the parameter 'mysql_credential_args' will be ignored.
|
||||||
# -
|
# -
|
||||||
# - Example
|
# - Examples:
|
||||||
# - mysql_credential_args_arr="10.2.13:--defaults-file=/etc/mysql/debian.cnf 5.2.7:--login-path=local"
|
# - mysql_credential_args_arr=("MariaDB 10.2.13:--defaults-file=/etc/mysql/debian.cnf "5.7:--login-path=local")
|
||||||
# - mysql_credential_args_arr="5.6:--login-path=local-5.6 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:
|
# - 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 .
|
# - further relevance .
|
||||||
# -
|
# -
|
||||||
#mysql_credential_args_arr=""
|
#mysql_credential_args_arr=""
|
||||||
|
Loading…
Reference in New Issue
Block a user