Guest User

Untitled

a guest
Oct 24th, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. en db1
  2.  
  3. mysql> show master status;
  4. +------------------+----------+--------------+------------------+
  5. | File | Position | Binlog_Do_DB | Binlog_Ignore_DB |
  6. +------------------+----------+--------------+------------------+
  7. | mysql-bin.000470 | 81346584 | moodle | |
  8. +------------------+----------+--------------+------------------+
  9. 1 row in set (0.06 sec)
  10.  
  11.  
  12. en db2
  13. mysql> show slave status\G;
  14. *************************** 1. row ***************************
  15. Slave_IO_State:
  16. Master_Host: 10.20.11.222
  17. Master_User: replicador
  18. Master_Port: 3306
  19. Connect_Retry: 60
  20. Master_Log_File: mysql-bin.000440
  21. Read_Master_Log_Pos: 41746431
  22. Relay_Log_File: db2-relay-bin.000392
  23. Relay_Log_Pos: 4
  24. Relay_Master_Log_File: mysql-bin.000440
  25. Slave_IO_Running: No
  26. Slave_SQL_Running: Yes
  27. Replicate_Do_DB: moodle
  28. Replicate_Ignore_DB:
  29. Replicate_Do_Table:
  30. Replicate_Ignore_Table:
  31. Replicate_Wild_Do_Table:
  32. Replicate_Wild_Ignore_Table:
  33. Last_Errno: 0
  34. Last_Error:
  35. Skip_Counter: 0
  36. Exec_Master_Log_Pos: 41746431
  37. Relay_Log_Space: 1389
  38. Until_Condition: None
  39. Until_Log_File:
  40. Until_Log_Pos: 0
  41. Master_SSL_Allowed: No
  42. Master_SSL_CA_File:
  43. Master_SSL_CA_Path:
  44. Master_SSL_Cert:
  45. Master_SSL_Cipher:
  46. Master_SSL_Key:
  47. Seconds_Behind_Master: NULL
  48. Master_SSL_Verify_Server_Cert: No
  49. Last_IO_Errno: 1236
  50. Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Client requested master to start replication from impossible position'
  51. Last_SQL_Errno: 0
  52. Last_SQL_Error:
  53. 1 row in set (0.00 sec)
Add Comment
Please, Sign In to add comment