top of page
CerebroSQL

SHOW RELAYLOG EVENTS

База данных: MySQL

68747470733a2f2f7374796c65732e7265646469746d656469612e636f6d2f74355f32716d366b2f7374796c65

Syntax:
SHOW RELAYLOG EVENTS
[IN 'log_name']
[FROM pos]
[LIMIT [offset,] row_count]
[channel_option]

channel_option:
FOR CHANNEL channel

Shows the events in the relay log of a replica. If you do not specify
'log_name', the first relay log is displayed. This statement has no
effect on the source. SHOW RELAYLOG EVENTS requires the REPLICATION
SLAVE privilege.

Example

bottom of page