summaryrefslogtreecommitdiff
path: root/debian/additions/mysqlimport.1
diff options
context:
space:
mode:
authorperiapt <periapt@bb5a2ed9-75f0-0310-a2b8-e46d7b0922c1>2012-05-08 07:22:20 +0000
committerperiapt <periapt@bb5a2ed9-75f0-0310-a2b8-e46d7b0922c1>2012-05-08 07:22:20 +0000
commit77b18f021495b8e1efb876e7803f23df1f5958ef (patch)
tree271d8884075c3824328825e6a7838bfd323706c6 /debian/additions/mysqlimport.1
downloadmysql-5.5-77b18f021495b8e1efb876e7803f23df1f5958ef.tar.gz
releasing version 5.5.23-2
git-svn-id: svn://svn.debian.org/svn/pkg-mysql/mysql-5.5/branches/unstable@2094 bb5a2ed9-75f0-0310-a2b8-e46d7b0922c1
Diffstat (limited to 'debian/additions/mysqlimport.1')
-rw-r--r--debian/additions/mysqlimport.120
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/additions/mysqlimport.1 b/debian/additions/mysqlimport.1
new file mode 100644
index 0000000..9007307
--- /dev/null
+++ b/debian/additions/mysqlimport.1
@@ -0,0 +1,20 @@
+.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
+.SH NAME
+mysqlimport \- Imports text files with MySQL database queries.
+.SH SYNOPSIS
+mysqlimport [options]
+.SH DESCRIPTION
+Loads tables from text files in various formats. The base name of the
+text file must be the name of the table that should be used.
+If one uses sockets to connect to the MySQL server, the server will open and
+read the text file directly. In other cases the client will open the text
+file. The SQL command 'LOAD DATA INFILE' is used to import the rows.
+
+For more information start the program with '--help'.
+.SH "SEE ALSO"
+mysql (1), mysqld (1)
+.SH AUTHOR
+This manpage was written by Christian Hammers <ch@debian.org>.
+
+MySQL is available at http://www.mysql.com/.
+.\" end of man page