~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to man/mysqlshow.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysqlshow\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 07/06/2010
 
5
.\"      Date: 12/16/2011
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQLSHOW\FR" "1" "07/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMYSQLSHOW\FR" "1" "12/16/2011" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
39
39
provides a command\-line interface to several SQL
40
40
SHOW
41
41
statements\&. See
42
 
Section\ \&12.4.5, \(lqSHOW Syntax\(rq\&. The same information can be obtained by using those statements directly\&. For example, you can issue them from the
 
42
Section\ \&12.7.5, \(lqSHOW Syntax\(rq\&. The same information can be obtained by using those statements directly\&. For example, you can issue them from the
43
43
\fBmysql\fR
44
44
client program\&.
45
45
.PP
116
116
[mysqlshow]
117
117
and
118
118
[client]
119
 
option file groups\&.
 
119
groups of an option file\&.
120
120
\fBmysqlshow\fR
121
121
also supports the options for processing option files described at
122
122
Section\ \&4.2.3.3.1, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&.
145
145
.sp -1
146
146
.IP \(bu 2.3
147
147
.\}
 
148
.\" mysqlshow: bind-address option
 
149
.\" bind-address option: mysqlshow
 
150
\fB\-\-bind\-address=\fR\fB\fIip_address\fR\fR
 
151
.sp
 
152
On a computer having multiple network interfaces, this option can be used to select which interface is employed when connecting to the MySQL server\&.
 
153
.sp
 
154
This option is supported only in the version of
 
155
\fBmysqlshow\fR
 
156
that is supplied with MySQL Cluster, beginning with MySQL Cluster NDB 6\&.3\&.4\&. It is not available in standard MySQL 5\&.1 releases\&.
 
157
.RE
 
158
.sp
 
159
.RS 4
 
160
.ie n \{\
 
161
\h'-04'\(bu\h'+03'\c
 
162
.\}
 
163
.el \{\
 
164
.sp -1
 
165
.IP \(bu 2.3
 
166
.\}
148
167
.\" mysqlshow: character-sets-dir option
149
168
.\" character-sets-dir option: mysqlshow
150
169
\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
327
346
\fB\-\-pipe\fR,
328
347
\fB\-W\fR
329
348
.sp
330
 
On Windows, connect to the server via a named pipe\&. This option applies only if the server supports named\-pipe connections\&.
 
349
On Windows, connect to the server using a named pipe\&. This option applies only if the server supports named\-pipe connections\&.
331
350
.RE
332
351
.sp
333
352
.RS 4
358
377
.\" protocol option: mysqlshow
359
378
\fB\-\-protocol={TCP|SOCKET|PIPE|MEMORY}\fR
360
379
.sp
361
 
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 allowable values, see
 
380
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
362
381
Section\ \&4.2.2, \(lqConnecting to the MySQL Server\(rq\&.
363
382
.RE
364
383
.sp
413
432
.sp
414
433
Options that begin with
415
434
\fB\-\-ssl\fR
416
 
specify whether to connect to the server via SSL and indicate where to find SSL keys and certificates\&. See
 
435
specify whether to connect to the server using SSL and indicate where to find SSL keys and certificates\&. See
417
436
Section\ \&5.5.6.3, \(lqSSL Command Options\(rq\&.
418
437
.RE
419
438
.sp
483
502
.SH "COPYRIGHT"
484
503
.br
485
504
.PP
486
 
Copyright \(co 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 
505
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
487
506
.PP
488
507
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
489
508
.PP