mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Imported MySQL documentation files from MySQL 5.1.41 source tarball
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
.\" Title: \fBmysql_upgrade\fR
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 08/12/2009
|
||||
.\" Date: 11/04/2009
|
||||
.\" Manual: MySQL Database System
|
||||
.\" Source: MySQL 5.1
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "\FBMYSQL_UPGRADE\FR" "1" "08/12/2009" "MySQL 5\&.1" "MySQL Database System"
|
||||
.TH "\FBMYSQL_UPGRADE\FR" "1" "11/04/2009" "MySQL 5\&.1" "MySQL Database System"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
@ -41,7 +41,7 @@ script, which should no longer be used\&.
|
||||
If a table is found to have a possible incompatibility,
|
||||
\fBmysql_upgrade\fR
|
||||
performs a table check\&. If any problems are found, a table repair is attempted\&. If the table cannot be repaired, see
|
||||
Section\ \&2.12.4, \(lqRebuilding or Repairing Tables or Indexes\(rq
|
||||
Section\ \&2.4.4, \(lqRebuilding or Repairing Tables or Indexes\(rq
|
||||
for manual table repair strategies\&.
|
||||
.if n \{\
|
||||
.sp
|
||||
@ -59,11 +59,11 @@ for manual table repair strategies\&.
|
||||
You should always back up your current MySQL installation
|
||||
\fIbefore\fR
|
||||
performing an upgrade\&. See
|
||||
Section\ \&6.1, \(lqDatabase Backups\(rq\&.
|
||||
Section\ \&6.1, \(lqDatabase Backup Methods\(rq\&.
|
||||
.PP
|
||||
Some upgrade incompatibilities may require special handling before you upgrade your MySQL installation and run
|
||||
\fBmysql_upgrade\fR\&. See
|
||||
Section\ \&2.12.1, \(lqUpgrading MySQL\(rq, for instructions on determining whether any such incompatibilities apply to your installation and how to handle them\&.
|
||||
Section\ \&2.4.1, \(lqUpgrading MySQL\(rq, for instructions on determining whether any such incompatibilities apply to your installation and how to handle them\&.
|
||||
.sp .5v
|
||||
.RE
|
||||
.PP
|
||||
@ -189,7 +189,7 @@ If you install MySQL from RPM packages on Linux, you must install the server and
|
||||
\fBmysql_upgrade\fR
|
||||
is included in the server RPM but requires the client RPM because the latter includes
|
||||
\fBmysqlcheck\fR\&. (See
|
||||
Section\ \&2.4, \(lqInstalling MySQL from RPM Packages on Linux\(rq\&.)
|
||||
Section\ \&2.6.1, \(lqInstalling MySQL from RPM Packages on Linux\(rq\&.)
|
||||
.PP
|
||||
In MySQL 5\&.1\&.7,
|
||||
\fBmysql_upgrade \fR
|
||||
@ -352,6 +352,26 @@ root\&.
|
||||
.sp
|
||||
Verbose mode\&. Print more information about what the program does\&.
|
||||
.RE
|
||||
.sp
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
.\" mysql_upgrade: write-binlog option
|
||||
.\" write-binlog option: mysql_upgrade
|
||||
\fB\-\-write\-binlog\fR
|
||||
.sp
|
||||
Cause binary logging to be enabled while
|
||||
\fBmysql_upgrade\fR
|
||||
runs\&. This is the default behavior; to disable binary logging during the upgrade, use the inverse of this option (that is, start the program with
|
||||
\fB\-\-skip\-write\-binlog\fR)\&.
|
||||
.sp
|
||||
This option was introduced in MySQL 5\&.1\&.40\&.
|
||||
.RE
|
||||
.SH "COPYRIGHT"
|
||||
.br
|
||||
.PP
|
||||
|
Reference in New Issue
Block a user