master/slave replication issue (1 reply)
This is the place for newbies, so here goes. I have two existing mySQL databases I would like to replicate. The databases already exist on both servers as kind of LAMP appliances, (Bitnami/WordPress)...
View ArticleMaster to Slaves replication setup problem (no replies)
Hello everyone, I would like to hear the help/opinions/suggestions of everyone in this forum. I am still a newbie in MySQL but wanted to enhance further my knowledge about it. I am currently setting...
View ArticlePossible to replicate 1a -> 2a and 2b -> 1a? (no replies)
Say I have this: server1 database A and B server2 database A and B I want: server1 database A = MASTER, server2 database A = SLAVE server2 database B = MASTER, server1 database B = SLAVE Can I do this...
View ArticleTroubleshooting after a table drop (no replies)
OK, simple master-slave replication on MySQL5.0. A table was dropped on the master. The slave issued an error message rather than applying the drop (thankful for that!). The slave appears to be...
View ArticleAdding a new database to a master... (no replies)
If you add a new database to an existing master (say via a simple dump/export from a different MySQL server), does the new database automatically get replicated to the existing slave as well? Or is...
View ArticleReplication / Backup / Slave Promotion to Master (no replies)
Hi All, I'm trying to develop a website that MUST always be online, so the database must always be avaliable, so i'm studing a solution with Replication Example: WEBSITE - MASTER DB -*** REPLICATION...
View ArticleMissing columns in replicated table. (no replies)
Hi, I'm new to MySQL replication, but I find myself managing a fairly large database that is already set up to replicate to several slaves. One such slave is missing some columns in a table. I'm...
View ArticleFailed to imagine a good design (1 reply)
Hello MySQL gurus. I am very far from being an SQL expert, and I am confronted to a situation where I don't really know what's the best way to handle that... I have 2 tables (of course everything has...
View ArticlemySQL warning in the event viewer (no replies)
has anyone seen this before and know how serious it is? I believe it is related to replication. Log Name: Application Source: MySQL Date: 5/18/2011 2:24:01 AM Event ID: 100 Task Category: None Level:...
View ArticleDatabase "live move" using replication? (no replies)
OK, I've got this setup: s1-dABC (master, server1 database's A, B, & C) -> s2-dABC & s3-dABC (slaves) s4-dXY (master, server3 database's X & Y) -> s5-dXY (slave) What I want is this...
View ArticleOverlapping Circular Replication (no replies)
Say I have three servers A, B, and C. A and B are in a master-master replication scheme on a given table. A and C are *also* in a master-master replication scheme on the *same* table. Both B and C...
View Articledrop table if exists tempMix4 (no replies)
Hi, from time to time on my log appear the following lines stucking the replicatione 110522 19:22:36 server id 2 log_pos 1297 Query thread_id=174211 exec_time=0 error_code=0 use mysql; SET...
View Articlereplication from a cluster master to a non-cluter slave (no replies)
Hi, I am testing MySQL clustering technology and deployed two sets of MySQL cluster. I was able to set up replication between the two clusters without significant issues. But when I attempt to set up...
View ArticleStatement instead of Row type? (no replies)
Although my.cnf is set to ROW and have verified (via show variables) it "took", i'm seeing statement format binlogs at this point. The ROW format was working before, I am not sure why this changed. I...
View ArticleReplication 5.1.57 -> 5.5.12 (no replies)
Dear All, I had set up a replication from our productive machine --> mysql-5.1.56-linux-x86_64-glibc23 --> InnoDB plugin 1.1.5 to a test box --> mysql-5.5.11-linux2.6-i686 which ran stable...
View ArticleMysql replication (Slave Server mysql v5.5.9) (no replies)
Dear Support I am implementing MySQL replication on MySQL v5.1 as Master Server and MySQL v5.5.9 as Slave Server but after changing slave server to below configurations and stop/start the slave server...
View Articleslave is running but not applying changes (no replies)
slave is running fine, changing log position and showing latest master binlog file name but I am not able to see new changes on slave side. slave was working perfectly till yesterday when i restarted...
View ArticleUser Creation in slave server (1 reply)
hi, we have mysql replication setup, like master and slave server. if im going to create user in slave server what will happen?
View ArticleUPDATE wasn't replicated (no replies)
Hi all, Please correct me if I am wrong. On my master I run the following statement: update table1 t1, table2 t2 set t1.field = t2.field where t1.fk_field = t2.pk_field and t1.field like 'bla-bla-bla'...
View Articlemysql master-slave replication stack trace (no replies)
hi i am using two mysql (version 5.0.77) configured replication as master-slave. but the slave crashes with following error. 110602 0:33:38 - mysqld got signal 11 ; This could be because you hit a...
View Article