On Mon, Jan 06, 2003 at 04:56:38PM +0100, Chambon wrote:
> 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.47             version 3.23.54
> 
> I have read the documentation carrefully.
> 
> I got no erro on the master nor the slave
> but nothing run, I mean I got no data on the slave.
> 
> The only indication is that doing :  'load table xxx from master'
> doesn't work

LOAD TABLE ... doesn't work with InnoDB.

You'll need to snapshot your master the old-fashioned way, I'm afraid.

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 3.23.51: up 22 days, processed 765,019,229 queries (393/sec. avg)

---------------------------------------------------------------------
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