Replication and Binary Logging Options and Variables
1454
Command-Line Format
--master-port=#
Option-File Format
master-port
Deprecated
5.1.17
Permitted Values
Type
numeric
Default
3306
The TCP/IP port number that the master is listening on. The value in the
master.info
file takes
precedence if it can be read. If not set, the compiled-in setting is assumed (normally 3306).
•
--master-retry-count=count
[1454]
Command-Line Format
--master-retry-count=#
Option-File Format
master-retry-count
Deprecated
5.6.1
Permitted Values
Platform
Bit Size
32
Type
numeric
Default
86400
Range
0 .. 4294967295
Permitted Values
Platform
Bit Size
64
Type
numeric
Default
86400
Range
0 .. 18446744073709551615
The number of times that the slave tries to connect to the master before giving up. Reconnects
are attempted at intervals set by the
--master-connect-retry
[1453]
option (or the
MASTER_CONNECT_RETRY
option of the
CHANGE MASTER TO
statement) and reconnects are
triggered when data reads by the slave time out according to the
--slave-net-timeout
[1462]
option. The default value is 86400. A value of 0 means “infinite”; the slave attempts to connect
forever.
•
--master-ssl
[1454]
,
--master-ssl-ca=file_name
,
--master-ssl-
capath=directory_name
,
--master-ssl-cert=file_name
,
--master-ssl-
cipher=cipher_list
,
--master-ssl-key=file_name
These options are used for setting up a secure replication connection to the master server using
SSL. Their meanings are the same as the corresponding
--ssl
[607]
,
--ssl-ca
[608]
,
--ssl-
capath
[608]
,
--ssl-cert
[608]
,
--ssl-cipher
[608]
,
--ssl-key
[608]
options that are
described in
Section 6.3.6.4, “SSL Command Options”
. The values in the
master.info
file take
precedence if they can be read.
•
--master-user=user_name
[1454]
Command-Line Format
--master-user=name
Option-File Format
master-user
Deprecated
5.1.17
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...