mysql,oracle参考手册

手册:http://man.ddvip.com/#manu_760

mysql> show slave status \G
*************************** 1. row ***************************
               Slave_IO_State: Waiting for master to send event
                  Master_Host: 192.168.172.2
                  Master_User: replication
                  Master_Port: 3306
                Connect_Retry: 10
              Master_Log_File: mysql-bin.001041
          Read_Master_Log_Pos: 70078023
               Relay_Log_File: server5-relay-bin.000475
                Relay_Log_Pos: 70070730
        Relay_Master_Log_File: mysql-bin.001041
             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: 70070585
              Relay_Log_Space: 70078368
              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: 1
Master_SSL_Verify_Server_Cert: No
                Last_IO_Errno: 0
                Last_IO_Error:
               Last_SQL_Errno: 0
               Last_SQL_Error:
1 row in set (0.00 sec)

admin     4676  9.3 53.9 11406476 8857868 ?    Sl   Apr20 2445:51 /work/dist/sys/mysql/libexec/mysqld --defaults-file=/work/dist/conf/mysql/my.cnf --basedir=/work/dist/sys/mysql --datadir=/work/data/mysql/zcwdb --log-error=/work/data/mysql/zcwdb/server5.err --pid-file=/work/data/mysql/zcwdb/server5.pid --socket=/tmp/mysql.sock --port=3306

http://www.alidba.net/index.php/archives/463

开源项目MySQL数据库Syncer简介——异构数据源复制:
http://www.mysqlops.com/2012/04/18/%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AEmysql-syncer-%E7%AE%80%E4%BB%8B-%E5%BC%82%E6%9E%84%E6%95%B0%E6%8D%AE%E6%BA%90%E5%A4%8D%E5%88%B6.html


http://dev.mysql.com/doc/refman/5.1/zh/index.html

猜你喜欢

转载自san-yun.iteye.com/blog/1489303