Option | --allow-bidi-unsafe | |
Aliases | --repl-allow-bidi-unsafe | |
Config File Options | allow-bidi-unsafe , repl-allow-bidi-unsafe | |
Description | Allow unsafe SQL from remote service | |
Value Type | boolean | |
Valid Values | false | |
true |
Option | --api | |
Aliases | --repl-api | |
Config File Options | api , repl-api | |
Description | Enable the replication API | |
Value Type | string |
Option | --api-host | |
Aliases | --repl-api-host | |
Config File Options | api-host , repl-api-host | |
Description | Hostname that the replication API should listen on | |
Value Type | string |
Option | --api-password | |
Aliases | --repl-api-password | |
Config File Options | api-password , repl-api-password | |
Description | HTTP basic auth password for the replication API | |
Value Type | string |
Option | --api-port | |
Aliases | --repl-api-port | |
Config File Options | api-port , repl-api-port | |
Description | Port that the replication API should bind to | |
Value Type | string |
Option | --api-user | |
Aliases | --repl-api-user | |
Config File Options | api-user , repl-api-user | |
Description | HTTP basic auth username for the replication API | |
Value Type | string |
Option | --application-password | |
Aliases | --connector-password | |
Config File Options | application-password , connector-password | |
Description | Database password for the connector | |
Value Type | string |
Option | --application-port | |
Aliases | --connector-listen-port | |
Config File Options | application-port , connector-listen-port | |
Description | Port for the connector to listen on | |
Value Type | string |
Option | --application-readonly-port | |
Aliases | --connector-readonly-listen-port | |
Config File Options | application-readonly-port , connector-readonly-listen-port | |
Description | Port for the connector to listen for read-only connections on | |
Value Type | string |
Option | --application-user | |
Aliases | --connector-user | |
Config File Options | application-user , connector-user | |
Description | Database username for the connector | |
Value Type | string |
Option | --auto-enable | |
Aliases | --repl-auto-enable | |
Config File Options | auto-enable , repl-auto-enable | |
Description | Auto-enable services after start-up | |
Value Type | string |
--auto-recovery-delay-interval
Option | --auto-recovery-delay-interval | |
Aliases | --repl-auto-recovery-delay-interval | |
Config File Options | auto-recovery-delay-interval , repl-auto-recovery-delay-interval | |
Description | Delay between going OFFLINE and attempting to go ONLINE | |
Value Type | string | |
Valid Values | 5 |
The delay between the replicator identifying that autorecovery is needed, and autorecovery being attempted. For busy MySQL installations, larger numbers may be needed to allow time for MySQL servers to restart or recover from their failure.
Option | --auto-recovery-max-attempts | |
Aliases | --repl-auto-recovery-max-attempts | |
Config File Options | auto-recovery-max-attempts , repl-auto-recovery-max-attempts | |
Description | Maximum number of attempts at automatic recovery | |
Value Type | numeric | |
Valid Values | 0 |
Specifies the number of attempts the replicator will make to go
back online. When the number of attempts has been reached, the
replicator will remain in the
OFFLINE
state.
Autorecovery is not enabled until the value of this parameter is
set to a non-zero value. The state of autorecovery can be
determined using the autoRecoveryEnabled
status parameter. The number of attempts made to autorecover can
be tracked using the autoRecoveryTotal
status parameter.
--auto-recovery-reset-interval
Option | --auto-recovery-reset-interval | |
Aliases | --repl-auto-recovery-reset-interval | |
Config File Options | auto-recovery-reset-interval , repl-auto-recovery-reset-interval | |
Description | Delay before autorecovery is deemed to have succeeded | |
Value Type | numeric | |
Valid Values | 5 |
The time in ONLINE
state
that indicates to the replicator that the autorecovery procedure
has succeeded. For servers with very large transactions, this
value should be increased to allow the transaction to be
successfully applied.