If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Replication problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-03, 21:28
Monica Monica is offline
Registered User
 
Join Date: Aug 2002
Posts: 14
Replication problem

Hi,
I have an one-way replication, and it was working fine until adding a table with auto-increment column.
Before the slave starts, the "Auto_increment" column shows the same number as the master when I execute [show table status like "mytable"]. But when the slave starts inserting data into the table, it skips some numbers, and the master and slave become different. The master log and relay log look fine.
I did many researchs but couldn't find anything to help.
Could anybody please give me suggestions, hints?
Stop using auto-increment would solve my problem but I cannot do it. ;-)
The table type is Innodb and the Mysql Version is: 12.20 Distrib 4.0.13 (for Linux i686), in both master and slave.
Thanks in advance!
Monica.

* I apologize because my English is not good.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On