Hello,

I am using Mysql and Innodb tables since one year
with great success. Everything works fine.

Now I try to set up a master/slave replication architecture.
master                      slave
 pc Linux rh 6.2             pc Linux rh 6.2
 version 3.23.54             version 3.23.54

I have read the documentation carrefully, setup config file (my.cnf).
I check everything with show master/show slave, slave stop/start,
show processlist, etc, etc.
I also check that bin-log file register actions on master


The problem is that NOTHING happens on the slave
I mean, when I do insert or update something on the master,
nothing happens on the slave.
The table remains still empty on the slave.

The questions are
 - Does replication work with Mysql 3.23 and Innodb
 - Is-it a Mysql version problem (3.23.54) ?
 - Is-it a table type problem (Innodb) ?
 - Do I miss understand something (probably) ?

Best regards.

--
Bernard CHAMBON
IN2P3 / CNRS (Centre de Calcul de LYON)
email:	mailto:[EMAIL PROTECTED]
Tel : 	04 72 69 42 18


---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to