~ubuntu-branches/ubuntu/oneiric/mysql-5.1/oneiric-security

« back to all changes in this revision

Viewing changes to man/mysqlcheck.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-10-22 08:15:00 UTC
  • mfrom: (1.5.1) (29.1.1 oneiric-security)
  • Revision ID: package-import@ubuntu.com-20121022081500-c41nzmzzjq81120k
Tags: 5.1.66-0ubuntu0.11.10.2
* SECURITY UPDATE: Update to 5.1.66 to fix security issues (LP: #1068158)
  - http://www.oracle.com/technetwork/topics/security/cpuoct2012-1515893.html
* debian/mysql-server-5.1.postrm: do not delete local files if main
  conffile still exists since it probably means it is owned by a
  new/different package.  (LP: #986892)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
2
.\"     Title: \fBmysqlcheck\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
 
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 03/02/2012
 
4
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
 
5
.\"      Date: 09/07/2012
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQLCHECK\FR" "1" "03/02/2012" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMYSQLCHECK\FR" "1" "09/07/2012" "MySQL 5\&.1" "MySQL Database System"
 
11
.\" -----------------------------------------------------------------
 
12
.\" * Define some portability stuff
 
13
.\" -----------------------------------------------------------------
 
14
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
15
.\" http://bugs.debian.org/507673
 
16
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
 
17
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
18
.ie \n(.g .ds Aq \(aq
 
19
.el       .ds Aq '
11
20
.\" -----------------------------------------------------------------
12
21
.\" * set default formatting
13
22
.\" -----------------------------------------------------------------
37
46
Each table is locked and therefore unavailable to other sessions while it is being processed, although for check operations, the table is locked with a
38
47
READ
39
48
lock only (see
40
 
Section\ \&12.3.5, \(lqLOCK TABLES and UNLOCK TABLES Syntax\(rq, for more information about
 
49
Section\ \&13.3.5, \(lqLOCK TABLES and UNLOCK TABLES Syntax\(rq, for more information about
41
50
READ
42
51
and
43
52
WRITE
72
81
ANALYZE TABLE, and
73
82
OPTIMIZE TABLE
74
83
in a convenient way for the user\&. It determines which statements to use for the operation you want to perform, and then sends the statements to the server to be executed\&. For details about which storage engines each statement works with, see the descriptions for those statements in
75
 
Section\ \&12.7.2, \(lqTable Maintenance Statements\(rq\&.
 
84
Section\ \&13.7.2, \(lqTable Maintenance Statements\(rq\&.
76
85
.PP
77
86
The
78
87
MyISAM
92
101
.nf
93
102
shell> \fBmysqlcheck test t\fR
94
103
test\&.t
95
 
note     : The storage engine for the table doesn\'t support check
 
104
note     : The storage engine for the table doesn\*(Aqt support check
96
105
.fi
97
106
.if n \{\
98
107
.RE
202
211
groups of an option file\&.
203
212
\fBmysqlcheck\fR
204
213
also supports the options for processing option files described at
205
 
Section\ \&4.2.3.3.1, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&.
 
214
Section\ \&4.2.3.4, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&.
206
215
.sp
207
216
.RS 4
208
217
.ie n \{\
317
326
\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
318
327
.sp
319
328
The directory where character sets are installed\&. See
320
 
Section\ \&9.5, \(lqCharacter Set Configuration\(rq\&.
 
329
Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
321
330
.RE
322
331
.sp
323
332
.RS 4
427
436
Write a debugging log\&. A typical
428
437
\fIdebug_options\fR
429
438
string is
430
 
\'d:t:o,\fIfile_name\fR\'\&. The default is
431
 
\'d:t:o\'\&.
 
439
\*(Aqd:t:o,\fIfile_name\fR\*(Aq\&. The default is
 
440
\*(Aqd:t:o\*(Aq\&.
432
441
.RE
433
442
.sp
434
443
.RS 4
476
485
Use
477
486
\fIcharset_name\fR
478
487
as the default character set\&. See
479
 
Section\ \&9.5, \(lqCharacter Set Configuration\(rq\&.
 
488
Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
480
489
.RE
481
490
.sp
482
491
.RS 4
635
644
prompts for one\&.
636
645
.sp
637
646
Specifying a password on the command line should be considered insecure\&. See
638
 
Section\ \&5.3.2.2, \(lqEnd-User Guidelines for Password Security\(rq\&. You can use an option file to avoid giving the password on the command line\&.
 
647
Section\ \&6.1.2.1, \(lqEnd-User Guidelines for Password Security\(rq\&. You can use an option file to avoid giving the password on the command line\&.
639
648
.RE
640
649
.sp
641
650
.RS 4
768
777
Options that begin with
769
778
\fB\-\-ssl\fR
770
779
specify whether to connect to the server using SSL and indicate where to find SSL keys and certificates\&. See
771
 
Section\ \&5.5.6.3, \(lqSSL Command Options\(rq\&.
 
780
Section\ \&6.3.6.4, \(lqSSL Command Options\(rq\&.
772
781
.RE
773
782
.sp
774
783
.RS 4