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

« back to all changes in this revision

Viewing changes to man/mysqldump.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2017-01-18 07:41:29 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20170118074129-gyilougbokbprl1p
Tags: 5.5.54-0ubuntu0.14.04.1
* SECURITY UPDATE: Update to 5.5.54 to fix security issues
  - CVE-2017-3238
  - CVE-2017-3243
  - CVE-2017-3244
  - CVE-2017-3258
  - CVE-2017-3265
  - CVE-2017-3291
  - CVE-2017-3312
  - CVE-2017-3313
  - CVE-2017-3317
  - CVE-2017-3318 
* debian/patches/fix_test_events_2.patch: fix date in test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysqldump\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
 
.\"      Date: 09/28/2016
 
5
.\"      Date: 11/26/2016
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.5
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQLDUMP\FR" "1" "09/28/2016" "MySQL 5\&.5" "MySQL Database System"
 
10
.TH "\FBMYSQLDUMP\FR" "1" "11/26/2016" "MySQL 5\&.5" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
129
129
.\}
130
130
.PP
131
131
However, UTF\-16 is not permitted as a connection character set (see
132
 
Section\ \&10.1.5, \(lqConnection Character Sets and Collations\(rq), so the dump file will not load correctly\&. To work around this issue, use the
 
132
Section\ \&10.1.4, \(lqConnection Character Sets and Collations\(rq), so the dump file will not load correctly\&. To work around this issue, use the
133
133
\fB\-\-result\-file\fR
134
134
option, which creates the output in ASCII format:
135
135
.sp
1127
1127
\fIfor each database dumped\fR\&. The exception is when using
1128
1128
\fB\-\-lock\-all\-tables\fR,
1129
1129
\fB\-\-master\-data\fR, or (as of MySQL 5\&.5\&.21)
1130
 
\fB\-\-single\-transaction\fR: In this case, the logs are flushed only once, corresponding to the moment that all tables are locked\&. If you want your dump and the log flush to happen at exactly the same moment, you should use
 
1130
\fB\-\-single\-transaction\fR: In this case, the logs are flushed only once, corresponding to the moment that all tables are locked by
 
1131
FLUSH TABLES WITH READ LOCK\&. If you want your dump and the log flush to happen at exactly the same moment, you should use
1131
1132
\fB\-\-flush\-logs\fR
1132
1133
together with
1133
1134
\fB\-\-lock\-all\-tables\fR,
1864
1865
\fB\-Q\fR
1865
1866
.sp
1866
1867
Quote identifiers (such as database, table, and column names) within
1867
 
\(lq`\(rq
 
1868
`
1868
1869
characters\&. If the
1869
1870
ANSI_QUOTES
1870
1871
SQL mode is enabled, identifiers are quoted within
1871
 
\(lq"\(rq
 
1872
"
1872
1873
characters\&. This option is enabled by default\&. It can be disabled with
1873
1874
\fB\-\-skip\-quote\-names\fR, but this option should be given after any option such as
1874
1875
\fB\-\-compatible\fR
1907
1908
Direct output to the named file\&. The result file is created and its previous contents overwritten, even if an error occurs while generating the dump\&.
1908
1909
.sp
1909
1910
This option should be used on Windows to prevent newline
1910
 
\(lq\en\(rq
 
1911
\en
1911
1912
characters from being converted to
1912
 
\(lq\er\en\(rq
 
1913
\er\en
1913
1914
carriage return/newline sequences\&.
1914
1915
.RE
1915
1916
.sp