mysqladmin
— Client for Administering a MySQL Server
287
The TCP/IP port number to use for the connection.
•
--protocol={TCP|SOCKET|PIPE|MEMORY}
[287]
The connection protocol to use for connecting to the server. It is useful when the other connection
parameters normally would cause a protocol to be used other than the one you want. For details on
the permissible values, see
Section 4.2.2, “Connecting to the MySQL Server”
.
•
--relative
[287]
,
-r
Show the difference between the current and previous values when used with the
--sleep
[287]
option. This option works only with the
extended-status
command.
•
--silent
[287]
,
-s
Exit silently if a connection to the server cannot be established.
•
--sleep=delay
[287]
,
-i delay
Execute commands repeatedly, sleeping for
delay
seconds in between. The
--count
[286]
option determines the number of iterations. If
--count
[286]
is not given,
mysqladmin
executes
commands indefinitely until interrupted.
•
--socket=path
[287]
,
-S path
For connections to
localhost
, the Unix socket file to use, or, on Windows, the name of the named
pipe to use.
•
--ssl*
Options that begin with
--ssl
[607]
specify whether to connect to the server using SSL and
indicate where to find SSL keys and certificates. See
Section 6.3.6.4, “SSL Command Options”
.
•
--user=user_name
[287]
,
-u user_name
The MySQL user name to use when connecting to the server.
•
--verbose
[287]
,
-v
Verbose mode. Print more information about what the program does.
•
--version
[287]
,
-V
Display version information and exit.
•
--vertical
[287]
,
-E
Print output vertically. This is similar to
--relative
[287]
, but prints output vertically.
•
--wait[=count]
[287]
,
-w[count]
If the connection cannot be established, wait and retry instead of aborting. If a
count
value is given,
it indicates the number of times to retry. The default is one time.
You can also set the following variables by using
--var_name=value
The
--set-variable
format
is deprecated. syntax:
•
connect_timeout
The maximum number of seconds before connection timeout. The default value is 43200 (12 hours).
•
shutdown_timeout
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...