Oracle 5.0 Reference Manual page 1482

Table of Contents

Advertisement

Replication and Binary Logging Options and Variables
Display slave user names and passwords in the output of
for slaves started with the
--skip-slave-start
Command-Line Format
Option-File Format
Tells the slave server not to start the slave threads when the server starts. To start the threads later,
use a
START SLAVE
--slave_compressed_protocol={0|1}
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
If this option is set to 1, use compression for the slave/master protocol if both the slave and the
master support it. The default is 0 (no compression).
--slave-load-tmpdir=file_name
The name of the directory where the slave creates temporary files. This option is by default equal to
the value of the
tmpdir
statement, it extracts the file to be loaded from the relay log into temporary files, and then
INFILE
loads these into the table. If the file loaded on the master is huge, the temporary files on the slave
are huge, too. Therefore, it might be advisable to use this option to tell the slave to put temporary
files in a directory located in some file system that has a lot of available space. In that case, the relay
logs are huge as well, so you might also want to use the
relay logs in that file system.
The directory specified by this option should be located in a disk-based file system (not a memory-
based file system) because the temporary files used to replicate
machine restarts. The directory also should not be one that is cleared by the operating system during
the system startup process.
--slave-net-timeout=seconds
Command-Line Format
Option-File Format
Option Sets Variable
Type
boolean
Default
FALSE
--report-user
[1462]
--skip-slave-start
skip-slave-start
Permitted Values
Type
boolean
Default
FALSE
statement.
--slave_compressed_protocol
slave_compressed_protocol
Yes,
slave_compressed_protocol
slave_compressed_protocol
Global
Yes
Permitted Values
Type
boolean
Default
OFF
[1462]
[502]
system variable. When the slave SQL thread replicates a
[1462]
--slave-net-timeout=#
slave-net-timeout
1462
Yes,
slave_net_timeout
SHOW SLAVE HOSTS
[1461]
and
--report-password
[1465]
--relay-log
LOAD DATA INFILE
[1466]
on the master server
[1460]
options.
[1465]
LOAD DATA
[1455]
option to place the
must survive

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents