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

« back to all changes in this revision

Viewing changes to man/mysql_upgrade.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 08:30:45 UTC
  • mfrom: (1.4.1)
  • Revision ID: package-import@ubuntu.com-20120222083045-2rd53r4bnyx7qus4
Tags: 5.1.61-0ubuntu0.11.04.1
* SECURITY UPDATE: Update to 5.1.61 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2011-2262
  - CVE-2012-0075
  - CVE-2012-0112
  - CVE-2012-0113
  - CVE-2012-0114
  - CVE-2012-0115
  - CVE-2012-0116
  - CVE-2012-0117
  - CVE-2012-0118
  - CVE-2012-0119
  - CVE-2012-0120
  - CVE-2012-0484
  - CVE-2012-0485
  - CVE-2012-0486
  - CVE-2012-0487
  - CVE-2012-0488
  - CVE-2012-0489
  - CVE-2012-0490
  - CVE-2012-0491
  - CVE-2012-0492
  - CVE-2012-0493
  - CVE-2012-0494
  - CVE-2012-0495
  - CVE-2012-0496

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysql_upgrade\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: 11/29/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 "\FBMYSQL_UPGRADE\FR" "1" "11/29/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMYSQL_UPGRADE\FR" "1" "12/16/2011" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
38
38
\fBmysql_fix_privilege_tables\fR
39
39
script, which should no longer be used\&.
40
40
.PP
41
 
If a table is found to have a possible incompatibility,
 
41
If
42
42
\fBmysql_upgrade\fR
43
 
performs a table check\&. If any problems are found, a table repair is attempted\&. If the table cannot be repaired, see
 
43
finds that a table has a possible incompatibility, it performs a table check and, if problems are found, attempts a table repair\&. If the table cannot be repaired, see
44
44
Section\ \&2.13.4, \(lqRebuilding or Repairing Tables or Indexes\(rq
45
45
for manual table repair strategies\&.
46
46
.if n \{\
56
56
.ps -1
57
57
.br
58
58
.PP
59
 
On Windows Server 2008 and Windows Vista, you must run
 
59
On Windows Server 2008, Vista, and newer, you must run
60
60
\fBmysql_upgrade\fR
61
61
with administrator privileges\&. You can do this by running a Command Prompt as Administrator and running the command\&. Failure to do so may result in the upgrade failing to execute correctly\&.
62
62
.sp .5v
150
150
option of the
151
151
CHECK TABLE
152
152
statement (see
153
 
Section\ \&12.4.2.3, \(lqCHECK TABLE Syntax\(rq)\&.
 
153
Section\ \&12.7.2.3, \(lqCHECK TABLE Syntax\(rq)\&.
154
154
.RE
155
155
.sp
156
156
.RS 4
224
224
[mysql_upgrade]
225
225
and
226
226
[client]
227
 
option file groups\&. Other options are passed to
 
227
groups of an option file\&. Other options are passed to
228
228
\fBmysqlcheck\fR\&. For example, it might be necessary to specify the
229
229
\fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR
230
230
option\&.
399
399
.SH "COPYRIGHT"
400
400
.br
401
401
.PP
402
 
Copyright \(co 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 
402
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
403
403
.PP
404
404
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.
405
405
.PP