~ubuntu-branches/ubuntu/trusty/mysql-5.5/trusty-updates

« back to all changes in this revision

Viewing changes to man/mysqlbinlog.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-20 09:30:47 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20150420093047-yd9g5p2hesgvlzwm
Tags: 5.5.43-0ubuntu0.14.04.1
* SECURITY UPDATE: Update to 5.5.43 to fix security issues (LP: #1444616)
  - http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html
  - CVE-2015-0433
  - CVE-2015-0441
  - CVE-2015-0499
  - CVE-2015-0501
  - CVE-2015-0505
  - CVE-2015-2568
  - CVE-2015-2571
  - CVE-2015-2573

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysqlbinlog\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
 
.\"      Date: 11/04/2014
 
5
.\"      Date: 02/26/2015
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.5
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQLBINLOG\FR" "1" "11/04/2014" "MySQL 5\&.5" "MySQL Database System"
 
10
.TH "\FBMYSQLBINLOG\FR" "1" "02/26/2015" "MySQL 5\&.5" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
144
144
\fB\-\-read\-from\-remote\-server\fR
145
145
option\&.
146
146
.PP
 
147
When running
 
148
\fBmysqlbinlog\fR
 
149
against a large binary log, be careful that the filesystem has enough space for the resulting files\&. To configure the directory that
 
150
\fBmysqlbinlog\fR
 
151
uses for temporary files, use the
 
152
TMPDIR
 
153
environment variable\&.
 
154
.PP
147
155
\fBmysqlbinlog\fR
148
156
supports the following options, which can be specified on the command line or in the
149
157
[mysqlbinlog]
563
571
.\" default-auth option: mysqlbinlog
564
572
\fB\-\-default\-auth=\fR\fB\fIplugin\fR\fR
565
573
.sp
566
 
The client\-side authentication plugin to use\&. See
 
574
A hint about the client\-side authentication plugin to use\&. See
567
575
Section\ \&6.3.6, \(lqPluggable Authentication\(rq\&.
568
576
.sp
569
577
This option was added in MySQL 5\&.5\&.10\&.
2232
2240
.SH "COPYRIGHT"
2233
2241
.br
2234
2242
.PP
2235
 
Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
 
2243
Copyright \(co 1997, 2015, Oracle and/or its affiliates. All rights reserved.
2236
2244
.PP
2237
2245
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.
2238
2246
.PP