English (change)
  • italiano
  • Português
  • Português Brasileiro
  • español
  • 한국어
  • Français
  • 日本語
Login Signup
  • Downloads
  • Open Questions
  • MariaDB
  • All Topics
Home MariaDB Using MariaDB SQL Commands Administration Commands Replication Commands

Replication Commands

Ask a question here

Actions

  • Create Article
Tweet

START, STOP, and etc... for MASTER and SLAVE servers.

  • 2
    RESET
    Syntax RESET reset_option [, reset_option] ...Description The RESET stateme...
  • START SLAVE
    START SLAVE [thread_type [, thread_type] ... ] START SLAVE [SQL_THREAD] UNTIL
  • STOP SLAVE
    STOP SLAVE [thread_type [, thread_type] ... ] thread_type: IO_THREAD | SQL...
  • RESET MASTER
    RESET MASTERDeletes all binary log files listed in the index file, resets t...
  • RESET SLAVE
    RESET SLAVERESET SLAVE makes the slave forget its replication position in t...
  • SHOW SLAVE HOSTS
    Syntax: SHOW SLAVE HOSTSDescription: Displays a list of replication slaves ...
  • CHANGE MASTER TO
    Syntax: CHANGE MASTER TO master_def [, master_def] ... master_def: MASTER_BIND = 'inter
  • LOAD DATA FROM MASTER
    Syntax: LOAD DATA FROM MASTERDescription: This feature is deprecated. We re...
  • LOAD TABLE FROM MASTER
    Syntax: LOAD TABLE tbl_name FROM MASTERDescription: This feature is depreca...
  • SHOW MASTER STATUS
    Syntax: SHOW MASTER STATUSDescription: Provides status information about th...
  • SHOW SLAVE STATUS
    Syntax: SHOW SLAVE STATUSDescription: This statement provides status inform...
  • Tools
  • Recent Changes
  • Contact Us
  • About
  • Legal
  • ©2010 - 2012 Monty Program Ab