Move Slave to New Master? (2 replies)
Hey Guys, I've been trying this for the last 3 days and I'm going crazy: I have master replicating to slave1 which is then replicating to the newly built slave2. Master 1 --> Slave1 --> Slave2...
View ArticleReplicate Database Globally (well sort of) (no replies)
Hi All, I need some help/advice if anypone can offer it. We have a database located in a london data center and need this to be available for read (SELECT) purposes in our other data centers in India,...
View ArticleMySQL multi-site operations with Tungsten Enterprise geo-clustering (no replies)
Spreading data across multiple sites solves some important problems, including ensuring business continuity, disaster recovery (DR) as well as availability of applications spread across the globe....
View Articlereplica sql not replicated (no replies)
MySQL 5.1.50 x64 Windows MASTER Configuration: server-id=1 log-bin=mysql-bin-replica user 'replserv' enabled for replica created database to be replicated dump: mysqldump -uroot -p --databases...
View ArticleWork around with statement replication? (no replies)
Dear All, Let me simplified my problem. I have C# .net application with one local db and one copy of local db in central server and one more server db. My problem I run transaction for all 3...
View ArticleBizarre replication delays (no replies)
I am running two MySQL servers (5.0.92-community-log). One (host name gw8) is in a SingleHop data center, the other (host name db1) is an Amazon EC2 instance. They are configured for circular...
View ArticleTwo master databases for two seperate apps (3 replies)
We have two different websites one is hosted in asia datacenter called it asiadata.com and other site is hosted in europe datacenter called it europedata.com. Currently we have only one master...
View ArticleMulti master replication (no replies)
Dear All, Is is possible for few masters to update/replicate their data into one db known as slave?
View ArticleError 2013 Error connecting to master (no replies)
Hello, I set up the replication and it worked good. But yesterday it suddenly stopped working. The show slave status \G shows: Slave_IO_Running: No Last_IO_Errno: 2013 Last_IO_Error: error connecting...
View ArticleMultiple replicate-wild-ignore-table definitions ignored (no replies)
I'm testing a replication setup for Drupal and have these in my cnf : replicate-wild-ignore-table=prod_%.cache% replicate-wild-ignore-table=prod_%.watchdog%...
View ArticleUnsafe Statements (no replies)
Hi, I have set up replication and I'm getting the following warnings: 111214 9:39:49 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT....
View ArticleIssue with replication -- simple master/slave (no replies)
I followed the replication set up procedure from the documentation. I did not have encountered particular problems but I need more informations. When I look at the process list, using the show...
View Articleenabling Binary log makes Damn slow.. (no replies)
hi, i am trying to setup the replication one master and one slave. every things working fine, slave replicate its master perfect. but master performance is worse after enabling binary log, and when i...
View Articlemirroring database to another machine (3 replies)
I have a machine set up with Win 7, Fastream web server, PHP and MySQL 5.5.19 which is working smoothly, although my knowledge of what is going on at the MySQL interface level is scanty. I have...
View Articlemysqld_multi and server-id uniqueness (no replies)
I have 6 instances of MySQL running on a server, using mysqld_multi, each of which has a unique server-id. Each instance is set up as a replication slave. None of the slave instances are replicating...
View Articleserver_errno=2013 (no replies)
Hello we have a problem with the Master/Master Replication.Since two days camo fallow messages on a Master: 111220 11:15:50 [ERROR] Error reading packet from server: Lost connection to MySQL server...
View ArticleMulti-master Duplicate entry, error no. 1062 (1 reply)
Hello, I am configuring a Multi-master duplicate setup. I have 2 servers acting as master/slave, and replication is working beautifully when writing to one of the servers at a time. However I am...
View Articleslave replicates databases it should not (1 reply)
Hi, I have 2 masters and a bunch of slaves. The salves only replicate one of the databases with 'replicate-do-db' in their configs. For ages I ' use database' to change between databases when scripts...
View ArticleSetting up replication in a Windows Sever 2003 environment (2 replies)
Hello all. I am new to this part, so I would appreciate your help here :-) I recently found this page on how to do replication in a Linux OS....
View ArticleMulti master architecture (no replies)
I am trying to setup a multi-master replication architecture and wanted to post my thoughts to see if I am going about it the right way and to see if anyone can suggest problems with this architecture...
View Article