0 => /usr/bin/mysqldump: unrecognized option `--result-file=/xxx/xxx/xxx/xx/www.xxxx/htdocs/xxx/xxx/admin/backups/db_DB285429-20070614200830.sql'
1 => /usr/bin/mysqldump Ver 6.6 Distrib 3.22.29, for sun-solaris2.7 (sparc)
2 => By Igor Romanenko, Monty, Jani & Sinisa. This software is in public Domain
3 => This software comes with ABSOLUTELY NO WARRANTY
4 =>
5 => Dumping definition and data mysql database or table
6 => Usage: /usr/bin/mysqldump [OPTIONS] database [tables]
7 =>
8 => -a, --all Include all MySQL specific create options
9 => -#, --debug=... Output debug log. Often this is 'd:t:o,filename`
10 => -?, --help Display this help message and exit.
11 => -c, --complete-insert Use complete insert statements.
12 => -C, --compress Use compression in server/client protocol
13 => -e, --extended-insert Allows utilization of the new, much faster
14 => INSERT syntax
15 => --add-drop-table Add a 'drop table' before each create
16 => --add-locks Add locks around insert statements
17 => --allow-keywords Allow creation of column names that are keywords
18 => --delayed-insert Insert rows with INSERT DELAYED
19 => -F --flush-logs Flush logs file in server before starting dump
20 => -f, --force Continue even if we get an sql-error.
21 => -h, --host=... Connect to host.
22 => -l, --lock-tables Lock all tables for read.
23 => -t, --no-create-info Don't write table creation info.
24 => -d, --no-data No row information.
25 => -O, --set-variable var=option
26 => give a variable a value. --help lists variables
27 => --opt Same as --add-drop-table --add-locks --all
28 => --extended-insert --quick --lock-tables
29 => -p, --password[=...] Password to use when connecting to server.
30 => If password is not given it's solicited on the tty.
31 => -P, --port=... Port number to use for connection.
32 => -q, --quick Don't buffer query, dump directly to stdout.
33 => -Q, --quote-names Quote table and column names with `
34 => -S, --socket=... Socket file to use for connection.
35 => -T, --tab=... Creates tab separated textfile for each table to
36 => given path. (creates .sql and .txt files).
37 => NOTE: This only works if mysqldump is run on
38 => the same machine as the mysqld daemon.
39 => -u, --user=# User for login if not current user.
40 => -v, --verbose Print info about the various stages.
41 => -V, --version Output version information and exit.
42 => -w, --where= dump only selected records; QUOTES mandatory!
43 => EXAMPLES: "--where=user='jimf'" "-wuserid>1" "-wuserid<1"
44 => Use -T (--tab=...) with --fields-...
45 => --fields-terminated-by=...
46 => Fields in the textfile are terminated by ...
47 => --fields-enclosed-by=...
48 => Fields in the importfile are enclosed by ...
49 => --fields-optionally-enclosed-by=...
50 => Fields in the i.file are opt. enclosed by ...
51 => --fields-escaped-by=...
52 => Fields in the i.file are escaped by ...
53 => --lines-terminated-by=...
54 => Lines in the i.file are terminated by ...
55 =>
56 => Possible variables for option --set-variable (-O) are:
57 => max_allowed_packet current value: 25165824
58 => net_buffer_length current value: 1047551

Failure: The database has NOT been saved.
Bookmarks