PHP Classes

there is no pure working implementation example

Recommend this page to a friend!

      PHP MySQL Replication  >  All threads  >  there is no pure working...  >  (Un) Subscribe thread alerts  
Subject:there is no pure working...
Summary:give more understable example
Messages:3
Author:kintu micheal
Date:2017-11-06 06:27:06
 

  1. there is no pure working...   Reply   Report abuse  
Picture of kintu micheal kintu micheal - 2017-11-06 06:27:06
lets say if you have two databases like online database and you want it to listen to local database events so how can this be implemented thanks in regards

  2. Re: there is no pure working...   Reply   Report abuse  
Picture of Kacper Rowinski Kacper Rowinski - 2017-11-07 08:27:16 - In reply to message 1 from kintu micheal
Did you checkout this example ?

github.com/krowinski/php-mysql-repl ...

I don't understand you case ? You want to copy events from one base to your localbase?


  3. Re: there is no pure working...   Reply   Report abuse  
Picture of kintu micheal kintu micheal - 2017-11-08 09:10:51 - In reply to message 2 from Kacper Rowinski
its like i want to copy events of local base server to online base server can this class implement that