From 7894f27be168e57499a7c4ee4a97997057b70133 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 2 Nov 2019 13:06:49 +0100 Subject: [PATCH] Some changes in sample configuration files. --- conf/mysql_credetials.conf.sample | 16 +++++++++++----- conf/optimize_mysql_tables.conf.sample | 16 +++++++++++----- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/conf/mysql_credetials.conf.sample b/conf/mysql_credetials.conf.sample index f71ffbf..8af3ed9 100644 --- a/conf/mysql_credetials.conf.sample +++ b/conf/mysql_credetials.conf.sample @@ -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="" diff --git a/conf/optimize_mysql_tables.conf.sample b/conf/optimize_mysql_tables.conf.sample index 486dc1e..54698ea 100644 --- a/conf/optimize_mysql_tables.conf.sample +++ b/conf/optimize_mysql_tables.conf.sample @@ -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=""