Oracle 5.0 Reference Manual page 323

Table of Contents

Advertisement

--no-autocommit
Enclose the
INSERT
statements.
--no-create-db
This option suppresses the
if the
--databases
--no-create-info
Do not write
CREATE TABLE
[303],
--no-data
Do not write any table row information (that is, do not dump table contents). This is useful if you want
to dump only the
CREATE TABLE
the table by loading the dump file).
--no-set-names
This has the same effect as
[303]
--opt
This option is shorthand. It is the same as specifying
[298]
locks
--create-options
[300]
insert
--lock-tables
give you a fast dump operation and produce a dump file that can be reloaded into a MySQL server
quickly.
The
[303]
option is enabled by default. Use
--opt
discussion at the beginning of this section for information about selectively enabling or disabling a
subset of the options affected by
--order-by-primary
Dump each table's rows sorted by its primary key, or by its first unique index, if such an index exists.
This is useful when dumping a
dump operation take considerably longer.
--password[=password]
The password to use when connecting to the server. If you use the short option form (-p), you
cannot have a space between the option and the password. If you omit the
following the
--password
Specifying a password on the command line should be considered insecure. See
"End-User Guidelines for Password
password on the command line.
[303],
--pipe
-W
On Windows, connect to the server using a named pipe. This option applies only if the server
supports named-pipe connections.
--port=port_num
The TCP/IP port number to use for the connection.
--protocol={TCP|SOCKET|PIPE|MEMORY}
— A Database Backup Program
mysqldump
[303]
statements for each dumped table within
[303],
-n
CREATE DATABASE
[299]
or
--all-databases
[303],
-t
statements that re-create each dumped table.
-d
statement for the table (for example, to create an empty copy of
[303],
-N
--skip-set-charset
[299]
--disable-keys
[301]
--quick
[303].
--opt
[303]
table to be loaded into an
MyISAM
[303],
-p[password]
[303]
or
option on the command line,
-p
Security". You can use an option file to avoid giving the
[303],
-P port_num
303
SET autocommit = 0
statements that are otherwise included in the output
[298]
option is given.
[304].
--add-drop-table
[300]
--extended-
[304]
--set-charset
[305]
--skip-opt
InnoDB
mysqldump
[303]
and
COMMIT
[298]
--add-
[304]. It should
to disable it. See the
table, but will make the
value
password
prompts for one.
Section 6.1.2.1,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents