optimize_mysql_tables.conf.sample: correct typo.
This commit is contained in:
parent
eb335c9a95
commit
cd625ae265
@ -20,7 +20,7 @@
|
|||||||
# - encrypted option file
|
# - encrypted option file
|
||||||
# -
|
# -
|
||||||
# - Create (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:
|
# - $ Password:
|
||||||
# -
|
# -
|
||||||
# - Use of option file:
|
# - Use of option file:
|
||||||
@ -41,19 +41,26 @@
|
|||||||
# - If multiple MySQL / MariaDB / Percona Installations are present, for each installation,
|
# - If multiple MySQL / MariaDB / Percona Installations are present, for each installation,
|
||||||
# - you can give its own credentials.
|
# - 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:
|
# - 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
|
# - Example
|
||||||
# - mysql_credential_args_arr="10.2.13:--defaults-file=/etc/mysql/debian.cnf 5.2.7:--login-path=local"
|
# - 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:
|
# - Note:
|
||||||
# - the forst value (before the colon ':') is only user for logging output and has no
|
# - the forst value (before the colon ':') is only user for logging output and has no
|
||||||
# - further relevance .
|
# - further relevance .
|
||||||
# -
|
# -
|
||||||
#msql_credential_args_arr=""
|
#mysql_credential_args_arr=""
|
||||||
|
|
||||||
# - log_file
|
# - log_file
|
||||||
# -
|
# -
|
||||||
|
Loading…
Reference in New Issue
Block a user