Re: Relication Issues

2011-11-10 Thread Prabhat Kumar
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

RE: Relication Issues

2011-11-10 Thread Steven Staples
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

Re: Relication Issues

2011-11-10 Thread Reindl Harald
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

Re: Relication

2010-03-09 Thread prabhat kumar
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

Re: Relication from multiple databases

2006-01-13 Thread Gleb Paharenko
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

Re: Relication from multiple databases

2006-01-13 Thread Atle Veka
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