yxixi 发表于 2018-10-11 07:08:05

MySQL配置主从备份

mysql> show slavestatus\G;  
mysql>
  
                   ...
  
       Relay_Master_Log_File: mysql-bin.000001
  
            Slave_IO_Running:Yes
  
         Slave_SQL_Running:Yes
  
             Replicate_Do_DB: test1
  
         Replicate_Ignore_DB: mysql
  
                   ...


页: [1]
查看完整版本: MySQL配置主从备份