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 issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-02-11, 10:26
JJpty JJpty is offline
Registered User
 
Join Date: Sep 2011
Posts: 1
Question Replication issue

Hi, I am trying to use the replication feature on a MySQL server 5.1.37-community-log configured as the SLAVE (running on Windows Vista) of a MySQL server 5.0.24a-log (running on Linux Mandriva).
The SLAVE was installed on a Windows Vista system using EasyPHP 2.0.
The SLAVE is connected via wireless to an access point. The MASTER is linked to the access point via RJ45cable.

If I add tuples on the replicated table on the server, the slave is correctly synchronized.

THE PROBLEM: why the slave takes a lot of time to be up-to-date? If I restart the slave, doing a query on the SLAVE I could see all the changes made on the master. If I do not restart the SLAVE, it is updated only sometimes (like every 15 minutes). How could I configure the master and the slave if I want that every change made on the master is replicated in the slave in the shortest amount of time (like tens of seconds)?


thanks in advance!

Last edited by JJpty; 09-02-11 at 10:51.
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