Oracle 5.0 Reference Manual page 319

Table of Contents

Advertisement

Write additional information in the dump file such as program version, server version, and
host. This option is enabled by default. To suppress this additional information, use
[305].
comments
[299]
--compact
Produce more compact output. This option enables the
[298],
skip-add-locks
skip-set-charset
Note
Prior to MySQL 5.0.48, this option did not create valid SQL if the database
dump contained views. The recreation of views requires the creation and
removal of temporary tables and this option suppressed the removal of those
temporary tables. As a workaround, use
drop-table
--compatible=name
Produce output that is more compatible with other database systems or with older MySQL servers.
The value of
can be ansi, mysql323, mysql40, postgresql, oracle, mssql, db2, maxdb,
name
no_key_options, no_table_options, or no_field_options. To use several values, separate
them by commas. These values have the same meaning as the corresponding options for setting the
server SQL mode. See
This option does not guarantee compatibility with other servers. It only enables those SQL mode
values that are currently available for making dump output more compatible. For example,
compatible=oracle
syntax.
This option requires a server version of 4.1.0 or higher. With older servers, it does nothing.
--complete-insert
Use complete
INSERT
[299],
--compress
Compress all information sent between the client and the server if both support compression.
--create-options
Include all MySQL-specific table options in the
[299],
--databases
Dump several databases. Normally,
line as a database name and following names as table names. With this option, it treats all name
arguments as database names.
before each new database.
--debug[=debug_options]
Write a debugging log. A typical
is 'd:t:o,/tmp/mysqldump.trace'.
[299]
--debug-info
Print debugging information and memory and CPU usage statistics when the program exits. This
option was added in MySQL 5.0.32.
— A Database Backup Program
mysqldump
--skip-comments
[304]
options.
[298]
option and then manually adjust the dump file.
[299]
Section 5.1.7, "Server SQL
[299]
does not map data types to Oracle types or use Oracle comment
[299],
-c
statements that include column names.
-C
[299]
-B
mysqldump
CREATE DATABASE
[299],
-# [debug_options]
debug_options
299
--skip-add-drop-table
[305],
--skip-disable-keys
--compact
Modes".
statements.
CREATE TABLE
treats the first name argument on the command
and
statements are included in the output
USE
string is 'd:t:o,file_name'. The default value
--skip-
[298],
--
[300], and
--
[299]
with the
--add-
--

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents