Advertisement
Guest User

sql

a guest
Mar 31st, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. mysql> show slave status\G;
  2. *************************** 1. row ***************************
  3. Slave_IO_State: Waiting for master to send event
  4. Master_Host: ***
  5. Master_User: replux
  6. Master_Port: 3306
  7. Connect_Retry: 60
  8. Master_Log_File: mysql-bin.000078
  9. Read_Master_Log_Pos: 102673289
  10. Relay_Log_File: mysqld-relay-bin.000234
  11. Relay_Log_Pos: 20287936
  12. Relay_Master_Log_File: mysql-bin.000078
  13. Slave_IO_Running: Yes
  14. Slave_SQL_Running: Yes
  15. Replicate_Do_DB:
  16. Replicate_Ignore_DB:
  17. Replicate_Do_Table:
  18. Replicate_Ignore_Table:
  19. Replicate_Wild_Do_Table:
  20. Replicate_Wild_Ignore_Table:
  21. Last_Errno: 0
  22. Last_Error:
  23. Skip_Counter: 0
  24. Exec_Master_Log_Pos: 102673289
  25. Relay_Log_Space: 101193046
  26. Until_Condition: None
  27. Until_Log_File:
  28. Until_Log_Pos: 0
  29. Master_SSL_Allowed: No
  30. Master_SSL_CA_File: /etc/mysql-ssl/ca-cert.pem
  31. Master_SSL_CA_Path: /etc/mysql-ssl
  32. Master_SSL_Cert: /etc/mysql-ssl/server-cert.pem
  33. Master_SSL_Cipher:
  34. Master_SSL_Key: /etc/mysql-ssl/server-key.pem
  35. Seconds_Behind_Master: 0
  36. Master_SSL_Verify_Server_Cert: Yes
  37. Last_IO_Errno: 0
  38. Last_IO_Error:
  39. Last_SQL_Errno: 0
  40. Last_SQL_Error:
  41. Replicate_Ignore_Server_Ids:
  42. Master_Server_Id: 33
  43. 1 row in set (0.00 sec)
  44.  
  45. mysql> show master status\G;
  46. *************************** 1. row ***************************
  47. File: mysql-bin.000078
  48. Position: 102674576
  49. Binlog_Do_DB:
  50. Binlog_Ignore_DB:
  51. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement