spelling: authentication
This commit is contained in:
parent
073a6244a5
commit
940c25c355
2 changed files with 4 additions and 4 deletions
2
USAGE.md
2
USAGE.md
|
@ -9,7 +9,7 @@ Allow MySQL server to run for at least 24-48 hours before trusting suggestions
|
||||||
Some routines may require root level privileges (script will provide warnings)
|
Some routines may require root level privileges (script will provide warnings)
|
||||||
You must provide the remote server's total memory when connecting to other servers
|
You must provide the remote server's total memory when connecting to other servers
|
||||||
|
|
||||||
# CONNECTION AND AUTHENTIFICATION
|
# CONNECTION AND AUTHENTICATION
|
||||||
|
|
||||||
--host <hostname> Connect to a remote host to perform tests (default: localhost)
|
--host <hostname> Connect to a remote host to perform tests (default: localhost)
|
||||||
--socket <socket> Use a different socket for a local connection
|
--socket <socket> Use a different socket for a local connection
|
||||||
|
|
|
@ -128,7 +128,7 @@ GetOptions(
|
||||||
-sections => [
|
-sections => [
|
||||||
"NAME",
|
"NAME",
|
||||||
"IMPORTANT USAGE GUIDELINES",
|
"IMPORTANT USAGE GUIDELINES",
|
||||||
"CONNECTION AND AUTHENTIFICATION",
|
"CONNECTION AND AUTHENTICATION",
|
||||||
"PERFORMANCE AND REPORTING OPTIONS",
|
"PERFORMANCE AND REPORTING OPTIONS",
|
||||||
"OUTPUT OPTIONS"
|
"OUTPUT OPTIONS"
|
||||||
]
|
]
|
||||||
|
@ -141,7 +141,7 @@ if ( defined $opt{'help'} && $opt{'help'} == 1 ) {
|
||||||
-sections => [
|
-sections => [
|
||||||
"NAME",
|
"NAME",
|
||||||
"IMPORTANT USAGE GUIDELINES",
|
"IMPORTANT USAGE GUIDELINES",
|
||||||
"CONNECTION AND AUTHENTIFICATION",
|
"CONNECTION AND AUTHENTICATION",
|
||||||
"PERFORMANCE AND REPORTING OPTIONS",
|
"PERFORMANCE AND REPORTING OPTIONS",
|
||||||
"OUTPUT OPTIONS"
|
"OUTPUT OPTIONS"
|
||||||
]
|
]
|
||||||
|
@ -6182,7 +6182,7 @@ Allow MySQL server to run for at least 24-48 hours before trusting suggestions
|
||||||
Some routines may require root level privileges (script will provide warnings)
|
Some routines may require root level privileges (script will provide warnings)
|
||||||
You must provide the remote server's total memory when connecting to other servers
|
You must provide the remote server's total memory when connecting to other servers
|
||||||
|
|
||||||
=head1 CONNECTION AND AUTHENTIFICATION
|
=head1 CONNECTION AND AUTHENTICATION
|
||||||
|
|
||||||
--host <hostname> Connect to a remote host to perform tests (default: localhost)
|
--host <hostname> Connect to a remote host to perform tests (default: localhost)
|
||||||
--socket <socket> Use a different socket for a local connection
|
--socket <socket> Use a different socket for a local connection
|
||||||
|
|
Loading…
Reference in a new issue