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 > MySQL replication problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-24-03, 16:08
socold socold is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
Question MySQL replication problem

I have a problem with MySQL replication, the slave gets this error after awhile everytime I reload it with a fresh copy from the master:

SHOW SLAVE STATUS:
"query 'INSERT DELAYED INTO......' partially completed on the master and was aborted. There is a chance that your master is inconsistent at this point. If you are sure that your master is ok, run this query manually on the slave and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; SLAVE START; "


2 servers on different networks but I've checked and it doesn't seem like a time-out or network-related problem. System config: master is a Dual Xeon 2Ghz, 1.5G RAM, RH7.3, MySQL 4.0.14-standard-log; slave is a Celeron 1.4Ghz 512MB RAM, RH9, MySQL 4.0.15-standard-log.The master has quite a few update/insert per secs compared to the number of selects. It's a logging system so INSERT DELAYED is used for speed thing up a bit. If anyone could shred some light on this issue, I'd really appreciate that.
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