【MySQL】【バックアップ】mysqldump使用上の注意点


mysqldump
  :
     `--master-data`    :1 2
              :     ` --master-data=1`      binlog file position  
      change master to 
           MASTER_LOG_FILE = 'master_log_name',
           MASTER_LOG_POS = master_log_pos
              SQL   ,                 ,            
         `--master-data=2`         ,        。
     **  **:reload  ,   binlog
     **  **:           `--lock-all-tables`         (           )。 
                    `--single-transaction`,               .
  :
     `--dump-slave`    :1 2,     `--master-data`  
         `--master-data`  ,     change master to   ,        
     show master status     MASTER_LOG_FILE  MASTER_LOG_POS   ,      
     show slave status  Relay_Master_Log_File   Exec_Master_Log_Pos       ,   
       MASTER_LOG_FILE MASTER_LOG_POS       
     ** ** :Relay_Master_Log_File:     SQL          (event)   binlog   
             Exec_Master_Log_Pos:          binlog   ,  SQL          
                                    。
                                         slave thread ,             ,  
                                      ,              
     **   **:      ,              ,                
                  ,       `--master-data`     ,      `--master-data`  。
  :
          GTID    ,   autoposition ,`--master-data` `--slave-data`       
       ,   GTID       。    `--single-transaction`