about 100,000 enteries, and
> they are not in the bin log (as far as I can see).
>
>
> Steve.
>
> > -Original Message-
> > From: Reindl Harald [mailto:h.rei...@thelounge.net]
> > Sent: November 10, 2011 8:42 AM
> > To: mysql@lists.mysql.com
> > Subj
Message-
> From: Reindl Harald [mailto:h.rei...@thelounge.net]
> Sent: November 10, 2011 8:42 AM
> To: mysql@lists.mysql.com
> Subject: Re: Relication Issues
>
> replication is buggy sometimes
>
> but without any outputs desribing your problem nobody can really help
replication is buggy sometimes
but without any outputs desribing your problem
nobody can really help you - memory tables as
example are making much more troubles as myisam
Am 10.11.2011 14:26, schrieb Steven Staples:
> Good morning list,
>
> I am having issues with my replication setup. it seems
Hi,
I would like to recommend you read following:
*What is replication *:
http://dev.mysql.com/doc/refman/4.1/en/replication.html
*How to set : *
http://dev.mysql.com/doc/refman/4.1/en/replication-howto.html ,
http://www.howtoforge.com/mysql_database_replication
after reading above articles if yo
Hello.
MySQL allows to have only one master for replication. But if it is
possible in your production environment, you can replicate from A to B
(database names can be rewritten with replicate-rewrite-db), and
replicate the whole stuff to C. I agree, this is not an ideal
workaround,but hope this w
No, unfortunately you cannot have multiple masters on a single replication
slave.
You can however have multiple daemons running on system (C) via
mysqld_multi.
Atle
-
Flying Crocodile Inc, Unix Systems Administrator
On Fri, 13 Jan 2006, Jeff wrote:
> Anyone know if it's possible to do replicat