Hola, I figured it out myself, The problem was that I didnt specify any
tables. I thought that if you replicated a database the tables would be
included. That is not the case.

I added this to make it work.
Replicate_Wild_Do_Table: CellDB%.%

Regards
/Jonas

----- Original Message ----- 
From: "Jonas Lindén" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 01, 2004 10:33 AM
Subject: Problems replicating


Hello, I still trying to get my replication working witout success. I
included show processlist and show slave status. Can anyone make out from
them what I am lacking?

I am running mysql 5.0.0 on a linux master trying to replicate them on a
windows slave

Best regards
/Jonas


*************************** 1. row ***************************
             Slave_IO_State: Waiting for master to send event
                Master_Host: myMaster.com
                Master_User: repl
                Master_Port: 3307
              Connect_Retry: 60
            Master_Log_File: myMaster-bin.000001
        Read_Master_Log_Pos: 1469782
             Relay_Log_File: jonas-linden-relay-bin.000005
              Relay_Log_Pos: 231
      Relay_Master_Log_File: myMaster-bin.000001
           Slave_IO_Running: Yes
          Slave_SQL_Running: Yes
            Replicate_Do_DB: celldb
        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: 1469782
            Relay_Log_Space: 136
            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: 238384
1 row in set (0.00 sec)

mysql> show processlist\G;
*************************** 1. row ***************************
     Id: 255
   User: root
   Host: localhost:1886
     db: celldb
Command: Query
   Time: 0
  State: NULL
   Info: show processlist
*************************** 2. row ***************************
     Id: 448
   User: system user
   Host:
     db: NULL
Command: Connect
   Time: 339
  State: Waiting for master to send event
   Info: NULL
*************************** 3. row ***************************
     Id: 452
   User: system user
   Host:
     db: NULL
Command: Connect
   Time: 317
  State: Has read all relay log; waiting for the slave I/O thread to update
   Info: NULL
3 rows in set (0.00 sec)


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to