Oracle 5.0 Reference Manual page 366

Table of Contents

Advertisement

mysqlbinlog
--port=port_num
The TCP/IP port number to use for connecting to a remote server.
[346]
--position=N
Deprecated. Use
--start-position
5.5.
--protocol={TCP|SOCKET|PIPE|MEMORY}
The connection protocol to use for connecting to the server. It is useful when the other connection
parameters normally would cause a protocol to be used other than the one you want. For details on
the permissible values, see
--read-from-remote-server
Read the binary log from a MySQL server rather than reading a local log file. Any connection
parameter options are ignored unless this option is given as well. These options are
[345],
--password
[347].
user
This option requires that the remote server be running. It works only for binary log files on the remote
server, not relay log files.
--result-file=name
Direct output to the given file.
--set-charset=charset_name
Add a
SET NAMES charset_name
for processing log files. This option was added in MySQL 5.0.23.
[346],
--short-form
Display only the statements contained in the log, without any extra information. This is for testing
only, and should not be used in production systems.
[346],
--socket=path
For connections to localhost, the Unix socket file to use, or, on Windows, the name of the named
pipe to use.
--start-datetime=datetime
Start reading the binary log at the first event having a timestamp equal to or later than the
argument. The
datetime
mysqlbinlog. The value should be in a format accepted for the
types. For example:
shell>
mysqlbinlog --start-datetime="2005-12-25 11:25:56" binlog.000003
This option is useful for point-in-time recovery. See
Strategy".
--start-position=N
Start reading the binary log at the first event having a position equal to or greater than N. This option
applies to the first log file named on the command line.
This option is useful for point-in-time recovery. See
Strategy".
— Utility for Processing Binary Log Files
[346],
-P port_num
[346]
Section 4.2.2, "Connecting to the MySQL
[346],
-R
[346],
--port
--protocol
[346],
-r name
[346]
statement to the output to specify the character set to be used
-s
-S path
[346]
value is relative to the local time zone on the machine where you run
[346],
-j N
346
instead.
--position
[346]
[346],
[346], and
--socket
DATETIME
Section 7.3, "Example Backup and Recovery
Section 7.3, "Example Backup and Recovery
[346]
is removed in MySQL
Server".
--host
--
datetime
or
TIMESTAMP
[345],
data

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents