From cd625ae2650f68e55adb2a3c9fc087713a11098c Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 15 Jan 2019 14:50:50 +0000 Subject: [PATCH] optimize_mysql_tables.conf.sample: correct typo. --- conf/optimize_mysql_tables.conf.sample | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/conf/optimize_mysql_tables.conf.sample b/conf/optimize_mysql_tables.conf.sample index 85d417e..5cc2639 100644 --- a/conf/optimize_mysql_tables.conf.sample +++ b/conf/optimize_mysql_tables.conf.sample @@ -20,7 +20,7 @@ # - encrypted option file # - # - Create (encrypted) option file: -# - $ mysql_config_editor set --login-path=local --socket=/var/run/mysqld/mysqld.sock --user=backup --password +# - $ mysql_config_editor set --login-path=local --socket=/tmp/mysql.sock --user=root --password # - $ Password: # - # - Use of option file: @@ -40,20 +40,27 @@ # - # - If multiple MySQL / MariaDB / Percona Installations are present, for each installation, # - you can give its own credentials. +# - +# - Create (encrypted) option 2 files (Example): +# - $ mysql_config_editor set --login-path=local --socket=/tmp/mysql.sock --user=root --password +# - $ Password: +# - +# - $ mysql_config_editor set --login-path=local-5.6 --socket=/tmp/mysql-5.6.sock --user=root --password +# - $ Password: # - # - 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" +# - mysql_credential_args_arr="5.6:--login-path=local-5.6 5.7:--login-path=local" # - # - # - Note: # - the forst value (before the colon ':') is only user for logging output and has no # - further relevance . # - -#msql_credential_args_arr="" +#mysql_credential_args_arr="" # - log_file # -