optimize_mysql_tables.conf.sample: correct typo.
This commit is contained in:
parent
eb335c9a95
commit
cd625ae265
@ -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
|
||||
# -
|
||||
|
Loading…
Reference in New Issue
Block a user