Oracle 5.0 Reference Manual page 1214

Table of Contents

Advertisement

Read_Master_Log_Pos: 79
Relay_Log_File: gbichot-relay-bin.005
Relay_Log_Pos: 548
Relay_Master_Log_File: gbichot-bin.005
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
Replicate_Do_DB:
Replicate_Ignore_DB:
Replicate_Do_Table:
Replicate_Ignore_Table:
Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
Last_Errno: 0
Last_Error:
Skip_Counter: 0
Exec_Master_Log_Pos: 79
Relay_Log_Space: 552
Until_Condition: None
Until_Log_File:
Until_Log_Pos: 0
Master_SSL_Allowed: No
Master_SSL_CA_File:
Master_SSL_CA_Path:
Master_SSL_Cert:
Master_SSL_Cipher:
Master_SSL_Key:
Seconds_Behind_Master: 8
The following list describes the fields returned by
about interpreting their meanings, see
Slave_IO_State
A copy of the
State
tells you what the thread is doing: trying to connect to the master, waiting for events from the
master, reconnecting to the master, and so on. For a listing of possible states, see
"Replication Slave I/O Thread
check this field for connection problems. In those versions, the thread could be running while
unsuccessfully trying to connect to the master; only this field makes you aware of the problem. The
state of the SQL thread is not copied because it is simpler. If it is running, there is no problem; if it is
not, you can find the error in the
Master_Host
The master host that the slave is connected to.
Master_User
The user name of the account used to connect to the master.
Master_Port
The port used to connect to the master.
Connect_Retry
The number of seconds between connect retries (default 60). This can be set with the
statement or
MASTER TO
Master_Log_File
The name of the master binary log file from which the I/O thread is currently reading.
Read_Master_Log_Pos
The position in the current master binary log file up to which the I/O thread has read.
SHOW
Section 16.1.3.1, "Checking Replication
field of the
SHOW PROCESSLIST
States". For versions of MySQL prior to 5.0.12, it is necessary to
Last_Error
--master-connect-retry
1194
Syntax
STATUS. For additional information
SHOW SLAVE
output for the slave I/O thread. This
field (described later).
[1453]
option.
Status".
Section 8.10.6,
CHANGE

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents