mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / man / mysqlimport.1
blobb843b64611989b821045f3ed53e75f2934e7f59a
1 '\" t
2 .\"     Title: \fBmysqlimport\fR
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5 .\"      Date: 11/04/2013
6 .\"    Manual: MySQL Database System
7 .\"    Source: MySQL 5.1
8 .\"  Language: English
9 .\"
10 .TH "\FBMYSQLIMPORT\FR" "1" "11/04/2013" "MySQL 5\&.1" "MySQL Database System"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .\" mysqlimport
31 .\" importing: data
32 .\" data: importing
33 .\" files: text
34 .\" text files: importing
35 .SH "NAME"
36 mysqlimport \- a data import program
37 .SH "SYNOPSIS"
38 .HP \w'\fBmysqlimport\ [\fR\fB\fIoptions\fR\fR\fB]\ \fR\fB\fIdb_name\fR\fR\fB\ \fR\fB\fItextfile1\fR\fR\fB\ \&.\&.\&.\fR\ 'u
39 \fBmysqlimport [\fR\fB\fIoptions\fR\fR\fB] \fR\fB\fIdb_name\fR\fR\fB \fR\fB\fItextfile1\fR\fR\fB \&.\&.\&.\fR
40 .SH "DESCRIPTION"
41 .PP
42 The
43 \fBmysqlimport\fR
44 client provides a command\-line interface to the
45 LOAD DATA INFILE
46 SQL statement\&. Most options to
47 \fBmysqlimport\fR
48 correspond directly to clauses of
49 LOAD DATA INFILE
50 syntax\&. See
51 Section\ \&13.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
52 .PP
53 Invoke
54 \fBmysqlimport\fR
55 like this:
56 .sp
57 .if n \{\
58 .RS 4
59 .\}
60 .nf
61 shell> \fBmysqlimport [\fR\fB\fIoptions\fR\fR\fB] \fR\fB\fIdb_name\fR\fR\fB \fR\fB\fItextfile1\fR\fR\fB [\fR\fB\fItextfile2\fR\fR\fB \&.\&.\&.]\fR
62 .fi
63 .if n \{\
64 .RE
65 .\}
66 .PP
67 For each text file named on the command line,
68 \fBmysqlimport\fR
69 strips any extension from the file name and uses the result to determine the name of the table into which to import the file\*(Aqs contents\&. For example, files named
70 patient\&.txt,
71 patient\&.text, and
72 patient
73 all would be imported into a table named
74 patient\&.
75 .PP
76 \fBmysqlimport\fR
77 supports the following options, which can be specified on the command line or in the
78 [mysqlimport]
79 and
80 [client]
81 groups of an option file\&.
82 \fBmysqlimport\fR
83 also supports the options for processing option files described at
84 Section\ \&4.2.3.4, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&.
85 .sp
86 .RS 4
87 .ie n \{\
88 \h'-04'\(bu\h'+03'\c
89 .\}
90 .el \{\
91 .sp -1
92 .IP \(bu 2.3
93 .\}
94 .\" mysqlimport: help option
95 .\" help option: mysqlimport
96 \fB\-\-help\fR,
97 \fB\-?\fR
98 .sp
99 Display a help message and exit\&.
102 .RS 4
103 .ie n \{\
104 \h'-04'\(bu\h'+03'\c
106 .el \{\
107 .sp -1
108 .IP \(bu 2.3
110 .\" mysqlimport: bind-address option
111 .\" bind-address option: mysqlimport
112 \fB\-\-bind\-address=\fR\fB\fIip_address\fR\fR
114 On a computer having multiple network interfaces, this option can be used to select which interface is employed when connecting to the MySQL server\&.
116 This option is supported only in the version of
117 \fBmysqlimport\fR
118 that is supplied with MySQL Cluster, beginning with MySQL Cluster NDB 6\&.3\&.4\&. It is not available in standard MySQL 5\&.1 releases\&.
121 .RS 4
122 .ie n \{\
123 \h'-04'\(bu\h'+03'\c
125 .el \{\
126 .sp -1
127 .IP \(bu 2.3
129 .\" mysqlimport: character-sets-dir option
130 .\" character-sets-dir option: mysqlimport
131 \fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
133 The directory where character sets are installed\&. See
134 Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
137 .RS 4
138 .ie n \{\
139 \h'-04'\(bu\h'+03'\c
141 .el \{\
142 .sp -1
143 .IP \(bu 2.3
145 .\" mysqlimport: columns option
146 .\" columns option: mysqlimport
147 \fB\-\-columns=\fR\fB\fIcolumn_list\fR\fR,
148 \fB\-c \fR\fB\fIcolumn_list\fR\fR
150 This option takes a comma\-separated list of column names as its value\&. The order of the column names indicates how to match data file columns with table columns\&.
153 .RS 4
154 .ie n \{\
155 \h'-04'\(bu\h'+03'\c
157 .el \{\
158 .sp -1
159 .IP \(bu 2.3
161 .\" mysqlimport: compress option
162 .\" compress option: mysqlimport
163 \fB\-\-compress\fR,
164 \fB\-C\fR
166 Compress all information sent between the client and the server if both support compression\&.
169 .RS 4
170 .ie n \{\
171 \h'-04'\(bu\h'+03'\c
173 .el \{\
174 .sp -1
175 .IP \(bu 2.3
177 .\" mysqlimport: debug option
178 .\" debug option: mysqlimport
179 \fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
180 \fB\-# [\fR\fB\fIdebug_options\fR\fR\fB]\fR
182 Write a debugging log\&. A typical
183 \fIdebug_options\fR
184 string is
185 \*(Aqd:t:o,\fIfile_name\fR\*(Aq\&. The default is
186 \*(Aqd:t:o\*(Aq\&.
189 .RS 4
190 .ie n \{\
191 \h'-04'\(bu\h'+03'\c
193 .el \{\
194 .sp -1
195 .IP \(bu 2.3
197 .\" mysqlimport: debug-check option
198 .\" debug-check option: mysqlimport
199 \fB\-\-debug\-check\fR
201 Print some debugging information when the program exits\&. This option was added in MySQL 5\&.1\&.21\&.
204 .RS 4
205 .ie n \{\
206 \h'-04'\(bu\h'+03'\c
208 .el \{\
209 .sp -1
210 .IP \(bu 2.3
212 .\" mysqlimport: debug-info option
213 .\" debug-info option: mysqlimport
214 \fB\-\-debug\-info\fR
216 Print debugging information and memory and CPU usage statistics when the program exits\&. This option was added in MySQL 5\&.1\&.14\&.
219 .RS 4
220 .ie n \{\
221 \h'-04'\(bu\h'+03'\c
223 .el \{\
224 .sp -1
225 .IP \(bu 2.3
227 .\" mysqlimport: default-character-set option
228 .\" default-character-set option: mysqlimport
229 \fB\-\-default\-character\-set=\fR\fB\fIcharset_name\fR\fR
232 \fIcharset_name\fR
233 as the default character set\&. See
234 Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
236 Some options, such as
237 \fB\-\-opt\fR, automatically enable
238 \fB\-\-lock\-tables\fR\&. If you want to override this, use
239 \fB\-\-skip\-lock\-tables\fR
240 at the end of the option list\&.
243 .RS 4
244 .ie n \{\
245 \h'-04'\(bu\h'+03'\c
247 .el \{\
248 .sp -1
249 .IP \(bu 2.3
251 .\" mysqlimport: delete option
252 .\" delete option: mysqlimport
253 \fB\-\-delete\fR,
254 \fB\-D\fR
256 Empty the table before importing the text file\&.
259 .RS 4
260 .ie n \{\
261 \h'-04'\(bu\h'+03'\c
263 .el \{\
264 .sp -1
265 .IP \(bu 2.3
267 .\" mysqldump: fields-terminated-by option
268 .\" fields-terminated-by option: mysqldump
269 \fB\-\-fields\-terminated\-by=\&.\&.\&.\fR,
270 .\" mysqldump: fields-enclosed-by option
271 .\" fields-enclosed-by option: mysqldump
272 \fB\-\-fields\-enclosed\-by=\&.\&.\&.\fR,
273 .\" mysqldump: fields-optionally-enclosed-by option
274 .\" fields-optionally-enclosed-by option: mysqldump
275 \fB\-\-fields\-optionally\-enclosed\-by=\&.\&.\&.\fR,
276 .\" mysqldump: fields-escaped-by option
277 .\" fields-escaped-by option: mysqldump
278 \fB\-\-fields\-escaped\-by=\&.\&.\&.\fR
280 These options have the same meaning as the corresponding clauses for
281 LOAD DATA INFILE\&. See
282 Section\ \&13.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
285 .RS 4
286 .ie n \{\
287 \h'-04'\(bu\h'+03'\c
289 .el \{\
290 .sp -1
291 .IP \(bu 2.3
293 .\" mysqlimport: force option
294 .\" force option: mysqlimport
295 \fB\-\-force\fR,
296 \fB\-f\fR
298 Ignore errors\&. For example, if a table for a text file does not exist, continue processing any remaining files\&. Without
299 \fB\-\-force\fR,
300 \fBmysqlimport\fR
301 exits if a table does not exist\&.
304 .RS 4
305 .ie n \{\
306 \h'-04'\(bu\h'+03'\c
308 .el \{\
309 .sp -1
310 .IP \(bu 2.3
312 .\" mysqlimport: host option
313 .\" host option: mysqlimport
314 \fB\-\-host=\fR\fB\fIhost_name\fR\fR,
315 \fB\-h \fR\fB\fIhost_name\fR\fR
317 Import data to the MySQL server on the given host\&. The default host is
318 localhost\&.
321 .RS 4
322 .ie n \{\
323 \h'-04'\(bu\h'+03'\c
325 .el \{\
326 .sp -1
327 .IP \(bu 2.3
329 .\" mysqlimport: ignore option
330 .\" ignore option: mysqlimport
331 \fB\-\-ignore\fR,
332 \fB\-i\fR
334 See the description for the
335 \fB\-\-replace\fR
336 option\&.
339 .RS 4
340 .ie n \{\
341 \h'-04'\(bu\h'+03'\c
343 .el \{\
344 .sp -1
345 .IP \(bu 2.3
347 .\" mysqlimport: ignore-lines option
348 .\" ignore-lines option: mysqlimport
349 \fB\-\-ignore\-lines=\fR\fB\fIN\fR\fR
351 Ignore the first
352 \fIN\fR
353 lines of the data file\&.
356 .RS 4
357 .ie n \{\
358 \h'-04'\(bu\h'+03'\c
360 .el \{\
361 .sp -1
362 .IP \(bu 2.3
364 .\" mysqldump: lines-terminated-by option
365 .\" lines-terminated-by option: mysqldump
366 \fB\-\-lines\-terminated\-by=\&.\&.\&.\fR
368 This option has the same meaning as the corresponding clause for
369 LOAD DATA INFILE\&. For example, to import Windows files that have lines terminated with carriage return/linefeed pairs, use
370 \fB\-\-lines\-terminated\-by="\er\en"\fR\&. (You might have to double the backslashes, depending on the escaping conventions of your command interpreter\&.) See
371 Section\ \&13.2.6, \(lqLOAD DATA INFILE Syntax\(rq\&.
374 .RS 4
375 .ie n \{\
376 \h'-04'\(bu\h'+03'\c
378 .el \{\
379 .sp -1
380 .IP \(bu 2.3
382 .\" mysqlimport: local option
383 .\" local option: mysqlimport
384 \fB\-\-local\fR,
385 \fB\-L\fR
387 Read input files locally from the client host\&.
390 .RS 4
391 .ie n \{\
392 \h'-04'\(bu\h'+03'\c
394 .el \{\
395 .sp -1
396 .IP \(bu 2.3
398 .\" mysqlimport: lock-tables option
399 .\" lock-tables option: mysqlimport
400 \fB\-\-lock\-tables\fR,
401 \fB\-l\fR
403 Lock
404 \fIall\fR
405 tables for writing before processing any text files\&. This ensures that all tables are synchronized on the server\&.
408 .RS 4
409 .ie n \{\
410 \h'-04'\(bu\h'+03'\c
412 .el \{\
413 .sp -1
414 .IP \(bu 2.3
416 .\" mysqlimport: low-priority option
417 .\" low-priority option: mysqlimport
418 \fB\-\-low\-priority\fR
421 LOW_PRIORITY
422 when loading the table\&. This affects only storage engines that use only table\-level locking (such as
423 MyISAM,
424 MEMORY, and
425 MERGE)\&.
428 .RS 4
429 .ie n \{\
430 \h'-04'\(bu\h'+03'\c
432 .el \{\
433 .sp -1
434 .IP \(bu 2.3
436 .\" mysqlimport: password option
437 .\" password option: mysqlimport
438 \fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR,
439 \fB\-p[\fR\fB\fIpassword\fR\fR\fB]\fR
441 The password to use when connecting to the server\&. If you use the short option form (\fB\-p\fR), you
442 \fIcannot\fR
443 have a space between the option and the password\&. If you omit the
444 \fIpassword\fR
445 value following the
446 \fB\-\-password\fR
448 \fB\-p\fR
449 option on the command line,
450 \fBmysqlimport\fR
451 prompts for one\&.
453 Specifying a password on the command line should be considered insecure\&. See
454 Section\ \&6.1.2.1, \(lqEnd-User Guidelines for Password Security\(rq\&. You can use an option file to avoid giving the password on the command line\&.
457 .RS 4
458 .ie n \{\
459 \h'-04'\(bu\h'+03'\c
461 .el \{\
462 .sp -1
463 .IP \(bu 2.3
465 .\" mysqlimport: pipe option
466 .\" pipe option: mysqlimport
467 \fB\-\-pipe\fR,
468 \fB\-W\fR
470 On Windows, connect to the server using a named pipe\&. This option applies only if the server supports named\-pipe connections\&.
473 .RS 4
474 .ie n \{\
475 \h'-04'\(bu\h'+03'\c
477 .el \{\
478 .sp -1
479 .IP \(bu 2.3
481 .\" mysqlimport: port option
482 .\" port option: mysqlimport
483 \fB\-\-port=\fR\fB\fIport_num\fR\fR,
484 \fB\-P \fR\fB\fIport_num\fR\fR
486 The TCP/IP port number to use for the connection\&.
489 .RS 4
490 .ie n \{\
491 \h'-04'\(bu\h'+03'\c
493 .el \{\
494 .sp -1
495 .IP \(bu 2.3
497 .\" mysqlimport: protocol option
498 .\" protocol option: mysqlimport
499 \fB\-\-protocol={TCP|SOCKET|PIPE|MEMORY}\fR
501 The connection protocol to use for connecting to the server\&. It is useful when the other connection parameters normally would cause a protocol to be used other than the one you want\&. For details on the permissible values, see
502 Section\ \&4.2.2, \(lqConnecting to the MySQL Server\(rq\&.
505 .RS 4
506 .ie n \{\
507 \h'-04'\(bu\h'+03'\c
509 .el \{\
510 .sp -1
511 .IP \(bu 2.3
513 .\" mysqlimport: replace option
514 .\" replace option: mysqlimport
515 \fB\-\-replace\fR,
516 \fB\-r\fR
519 \fB\-\-replace\fR
521 \fB\-\-ignore\fR
522 options control handling of input rows that duplicate existing rows on unique key values\&. If you specify
523 \fB\-\-replace\fR, new rows replace existing rows that have the same unique key value\&. If you specify
524 \fB\-\-ignore\fR, input rows that duplicate an existing row on a unique key value are skipped\&. If you do not specify either option, an error occurs when a duplicate key value is found, and the rest of the text file is ignored\&.
527 .RS 4
528 .ie n \{\
529 \h'-04'\(bu\h'+03'\c
531 .el \{\
532 .sp -1
533 .IP \(bu 2.3
535 .\" mysqlimport: silent option
536 .\" silent option: mysqlimport
537 \fB\-\-silent\fR,
538 \fB\-s\fR
540 Silent mode\&. Produce output only when errors occur\&.
543 .RS 4
544 .ie n \{\
545 \h'-04'\(bu\h'+03'\c
547 .el \{\
548 .sp -1
549 .IP \(bu 2.3
551 .\" mysqlimport: socket option
552 .\" socket option: mysqlimport
553 \fB\-\-socket=\fR\fB\fIpath\fR\fR,
554 \fB\-S \fR\fB\fIpath\fR\fR
556 For connections to
557 localhost, the Unix socket file to use, or, on Windows, the name of the named pipe to use\&.
560 .RS 4
561 .ie n \{\
562 \h'-04'\(bu\h'+03'\c
564 .el \{\
565 .sp -1
566 .IP \(bu 2.3
568 .\" mysqlimport: SSL options
569 .\" SSL options: mysqlimport
570 \fB\-\-ssl*\fR
572 Options that begin with
573 \fB\-\-ssl\fR
574 specify whether to connect to the server using SSL and indicate where to find SSL keys and certificates\&. See
575 Section\ \&6.3.6.4, \(lqSSL Command Options\(rq\&.
578 .RS 4
579 .ie n \{\
580 \h'-04'\(bu\h'+03'\c
582 .el \{\
583 .sp -1
584 .IP \(bu 2.3
586 .\" mysqlimport: user option
587 .\" user option: mysqlimport
588 \fB\-\-user=\fR\fB\fIuser_name\fR\fR,
589 \fB\-u \fR\fB\fIuser_name\fR\fR
591 The MySQL user name to use when connecting to the server\&.
594 .RS 4
595 .ie n \{\
596 \h'-04'\(bu\h'+03'\c
598 .el \{\
599 .sp -1
600 .IP \(bu 2.3
602 .\" mysqlimport: use-threads option
603 .\" use-threads option: mysqlimport
604 \fB\-\-use\-threads=\fR\fB\fIN\fR\fR
606 Load files in parallel using
607 \fIN\fR
608 threads\&. This option was added in MySQL 5\&.1\&.7\&.
611 .RS 4
612 .ie n \{\
613 \h'-04'\(bu\h'+03'\c
615 .el \{\
616 .sp -1
617 .IP \(bu 2.3
619 .\" mysqlimport: verbose option
620 .\" verbose option: mysqlimport
621 \fB\-\-verbose\fR,
622 \fB\-v\fR
624 Verbose mode\&. Print more information about what the program does\&.
627 .RS 4
628 .ie n \{\
629 \h'-04'\(bu\h'+03'\c
631 .el \{\
632 .sp -1
633 .IP \(bu 2.3
635 .\" mysqlimport: version option
636 .\" version option: mysqlimport
637 \fB\-\-version\fR,
638 \fB\-V\fR
640 Display version information and exit\&.
643 Here is a sample session that demonstrates use of
644 \fBmysqlimport\fR:
646 .if n \{\
647 .RS 4
650 shell> \fBmysql \-e \*(AqCREATE TABLE imptest(id INT, n VARCHAR(30))\*(Aq test\fR
651 shell> \fBed\fR
653 100     Max Sydow
654 101     Count Dracula
656 w imptest\&.txt
659 shell> \fBod \-c imptest\&.txt\fR
660 0000000   1   0   0  \et   M   a   x       S   y   d   o   w  \en   1   0
661 0000020   1  \et   C   o   u   n   t       D   r   a   c   u   l   a  \en
662 0000040
663 shell> \fBmysqlimport \-\-local test imptest\&.txt\fR
664 test\&.imptest: Records: 2  Deleted: 0  Skipped: 0  Warnings: 0
665 shell> \fBmysql \-e \*(AqSELECT * FROM imptest\*(Aq test\fR
666 +\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
667 | id   | n             |
668 +\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
669 |  100 | Max Sydow     |
670 |  101 | Count Dracula |
671 +\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
673 .if n \{\
676 .SH "COPYRIGHT"
679 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
681 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.
683 This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
685 You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
687 .SH "SEE ALSO"
688 For more information, please refer to the MySQL Reference Manual,
689 which may already be installed locally and which is also available
690 online at http://dev.mysql.com/doc/.
691 .SH AUTHOR
692 Oracle Corporation (http://dev.mysql.com/).