~atcurtis/ourdelta/ourdelta-atcurtis

« back to all changes in this revision

Viewing changes to bakery/debian-5.1/additions/mysqlimport.1

  • Committer: Antony T Curtis
  • Date: 2008-12-23 23:47:25 UTC
  • mfrom: (11.1.33 ourdelta-trunk)
  • Revision ID: atcurtis@google.com-20081223234725-mxu1gqcu5hte6ylv
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
 
2
.SH NAME
 
3
mysqlimport \- Imports text files with MySQL database queries.
 
4
.SH SYNOPSIS
 
5
mysqlimport [options]
 
6
.SH DESCRIPTION
 
7
Loads tables from text files in various formats.  The base name of the
 
8
text file must be the name of the table that should be used.
 
9
If one uses sockets to connect to the MySQL server, the server will open and
 
10
read the text file directly. In other cases the client will open the text
 
11
file. The SQL command 'LOAD DATA INFILE' is used to import the rows.
 
12
 
 
13
For more information start the program with '--help'.
 
14
.SH "SEE ALSO"
 
15
mysql (1), mysqld (1)
 
16
.SH AUTHOR
 
17
This manpage was written by Christian Hammers <ch@debian.org>.
 
18
 
 
19
MySQL is available at http://www.mysql.com/.
 
20
.\" end of man page