~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to man/mysqlimport.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysqlimport\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: 03/02/2012
 
5
.\"      Date: 04/19/2012
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.5
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQLIMPORT\FR" "1" "03/02/2012" "MySQL 5\&.5" "MySQL Database System"
 
10
.TH "\FBMYSQLIMPORT\FR" "1" "04/19/2012" "MySQL 5\&.5" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
39
39
correspond directly to clauses of
40
40
LOAD DATA INFILE
41
41
syntax\&. See
42
 
Section\ \&12.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
 
42
Section\ \&13.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
43
43
.PP
44
44
Invoke
45
45
\fBmysqlimport\fR
66
66
.PP
67
67
For additional information about
68
68
\fBmysqldump\fR, see
69
 
Section\ \&6.4, \(lqUsing mysqldump for Backups\(rq\&.
 
69
Section\ \&7.4, \(lqUsing mysqldump for Backups\(rq\&.
70
70
.PP
71
71
\fBmysqlimport\fR
72
72
supports the following options, which can be specified on the command line or in the
126
126
\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
127
127
.sp
128
128
The directory where character sets are installed\&. See
129
 
Section\ \&9.5, \(lqCharacter Set Configuration\(rq\&.
 
129
Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
130
130
.RE
131
131
.sp
132
132
.RS 4
226
226
Use
227
227
\fIcharset_name\fR
228
228
as the default character set\&. See
229
 
Section\ \&9.5, \(lqCharacter Set Configuration\(rq\&.
 
229
Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
230
230
.RE
231
231
.sp
232
232
.RS 4
242
242
\fB\-\-default\-auth=\fR\fB\fIplugin\fR\fR
243
243
.sp
244
244
The client\-side authentication plugin to use\&. See
245
 
Section\ \&5.5.6, \(lqPluggable Authentication\(rq\&.
 
245
Section\ \&6.3.6, \(lqPluggable Authentication\(rq\&.
246
246
.sp
247
247
This option was added in MySQL 5\&.5\&.10\&.
248
248
.RE
286
286
.sp
287
287
These options have the same meaning as the corresponding clauses for
288
288
LOAD DATA INFILE\&. See
289
 
Section\ \&12.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
 
289
Section\ \&13.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
290
290
.RE
291
291
.sp
292
292
.RS 4
375
375
This option has the same meaning as the corresponding clause for
376
376
LOAD DATA INFILE\&. For example, to import Windows files that have lines terminated with carriage return/linefeed pairs, use
377
377
\fB\-\-lines\-terminated\-by="\er\en"\fR\&. (You might have to double the backslashes, depending on the escaping conventions of your command interpreter\&.) See
378
 
Section\ \&12.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
 
378
Section\ \&13.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
379
379
.RE
380
380
.sp
381
381
.RS 4
458
458
prompts for one\&.
459
459
.sp
460
460
Specifying a password on the command line should be considered insecure\&. See
461
 
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\&.
 
461
Section\ \&6.1.2.2, \(lqEnd-User Guidelines for Password Security\(rq\&. You can use an option file to avoid giving the password on the command line\&.
462
462
.RE
463
463
.sp
464
464
.RS 4
494
494
option is used to specify an authentication plugin but
495
495
\fBmysqlimport\fR
496
496
does not find it\&. See
497
 
Section\ \&5.5.6, \(lqPluggable Authentication\(rq\&.
 
497
Section\ \&6.3.6, \(lqPluggable Authentication\(rq\&.
498
498
.sp
499
499
This option was added in MySQL 5\&.5\&.10\&.
500
500
.RE
601
601
Options that begin with
602
602
\fB\-\-ssl\fR
603
603
specify whether to connect to the server using SSL and indicate where to find SSL keys and certificates\&. See
604
 
Section\ \&5.5.8.3, \(lqSSL Command Options\(rq\&.
 
604
Section\ \&6.3.8.3, \(lqSSL Command Options\(rq\&.
605
605
.RE
606
606
.sp
607
607
.RS 4