MySQL Forums
Forum List  »  InnoDB

Re: Master-Slave with InnoDB
Posted by: emil öhgren
Date: July 18, 2011 01:04AM

Hi,

I'm trying to sync the database called customers.
But since the creation of the database does not exist in the binlog files, Im also missing X inserts.

mysql>show slave status\G;

*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: xxxx
Master_User: xxxxxx
Master_Port: 3306
Connect_Retry: 60
Master_Log_File: mysql-bin.003408
Read_Master_Log_Pos: 16328277
Relay_Log_File: mysqld-relay-bin.000129
Relay_Log_Pos: 6599
Relay_Master_Log_File: mysql-bin.003408
Slave_IO_Running: Yes
Slave_SQL_Running: No
Replicate_Do_DB: customer
Replicate_Ignore_DB:
Replicate_Do_Table:
Replicate_Ignore_Table:
Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
Last_Errno: 1146
Last_Error: Error 'Table 'customer.reports' doesn't exist' on query. Default database: 'customer'. Query: INSERT INTO [deleted bym e]'

Skip_Counter: 0
Exec_Master_Log_Pos: 16280193
Relay_Log_Space: 54839
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
Master_SSL_Verify_Server_Cert: No
Last_IO_Errno: 0
Last_IO_Error:
Last_SQL_Errno: 1146
Last_SQL_Error: Error 'Table 'customer.reports' doesn't exist' on query. Default database: 'customer'. Query: INSERT INTO [deleted bye me]
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
2958
July 13, 2011 01:43AM
1024
July 14, 2011 10:00AM
1055
July 15, 2011 12:04AM
786
July 15, 2011 10:13AM
Re: Master-Slave with InnoDB
1312
July 18, 2011 01:04AM
859
July 18, 2011 08:59AM
1764
July 19, 2011 02:14AM
912
July 19, 2011 09:04PM
917
July 20, 2011 01:40AM
1139
July 20, 2011 09:51AM
828
July 25, 2011 06:36AM
1102
July 25, 2011 09:26AM
1011
July 28, 2011 06:32AM
1015
S D
August 09, 2011 03:22PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.