Einzelnen Beitrag anzeigen
  #2  
Alt 04.11.2008, 12:02:15
niels_jende niels_jende ist offline
Anfänger
 
Registriert seit: Nov 2008
Alter: 54
Beiträge: 2
AW: Replikation will nicht funzen

Ach ja,

und das sagt ein show slave staus\G;

Zitat:

show slave status\G;
*************************** 1. row ***************************
Slave_IO_State: Connecting to master
Master_Host: 10.2.2.22
Master_User: replikator
Master_Port: 3306
Connect_Retry: 60
Master_Log_File:
Read_Master_Log_Pos: 4
Relay_Log_File: test3-relay-bin.000005
Relay_Log_Pos: 98
Relay_Master_Log_File:
Slave_IO_Running: No
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: 0
Relay_Log_Space: 98
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: NULL
und das ist der adäquate output auf em master:

Zitat:

show master status;
+---------------+----------+-----------------------+-----------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+---------------+----------+-----------------------+-----------------------+
| binary.000056 | 98 | include_database_name | include_database_name |
+---------------+----------+-----------------------+-----------------------+
1 row in set (0.00 sec)
Ich vermute mal, dass die beiden Binlog einträge in der my.cnf auskommentiert werden können. Das habe ich auch mal gemacht, hat aber auch keine Besserung gebracht. Sprich bei SLAVE_IO_RUNNING steht immer noch NO und bei Seconds behind master sollte doch 0 also als Zahl stehen und nicht NULL als Wort.

So, jetzt hoffe ich grad ganz arg auf schlaue Hilfe aus Euren Reihen.
Mit Zitat antworten