MySQL Replication Issue with multiple slaves??? (no replies)
Hi I have setup mysql replication with two slaves for one master (master->slave1 and master->slave2). Is this the best way to implement ot you suggest master->slave1/master1-> slave2 I...
View ArticleHeather Sullivan, Sr. DBA, describes how Constant Contact architected their...
http://youtu.be/1oM_uNW7B8A
View ArticleReplication and IPTables (no replies)
Hi All, I am having some trouble setting up replication through my IPTables. 3306 is open to both my master and slave server from each other however replication is failing. When i disable IPTables on...
View ArticleSoftware replication for database (no replies)
Hi, Is anyone here using software for replication of MySQL database?. Thanks.
View Articlemysql replication in cluster (no replies)
Hi, I have some problems with my MySQL replication. Environment: Mysql Cluster Server version: 5.1.56-ndb-7.1.17-cluster-gpl-log MySQL Cluster Server (GPL) MySQL Cluster 1 : Cluster Configuration...
View ArticleHow do I break a master-master back to master-slave ? (no replies)
q: How do I break a master-master back to master-slave ? I have a DB that used to be a master-master setup I now want it to be a master-slave configuration again but it thinks it's still a slave to...
View Articleconflict resolution (no replies)
Hi, for MySQL 5.1 ("free" version) or 5.5 (license needed) InnoDB, is there replication conflict resolution available? if not, what happens in case there is a conflict? (I know MySQL cluster/ndb...
View ArticleReg: Load data from master (no replies)
Hi All, I am new to mysql DB. We have a Mysql server setup in which we already had a DB. The requirement was to have a slave server to it. So, we had setup a new slave server. The replication is going...
View Articlereplication with databases with diferent names (no replies)
Hi to every one. Wen replicating two databases with diferent names I know the option replicate-rewrite-db should be used. example: replicate-rewrite-sb=master_mydb->replicated_mydb And this works...
View ArticleERROR 1153 (08S01) at line 356771902 in file: 'mysqlmulti-bins.sql': Got a...
Hi Folks, I find this unpredicable when it comes to RBL to find whats the exact problem with this issue. I get below error when I import the sql that is generated from row based logging binary format...
View ArticleIn RBL "invalidating query cache entries" is required? (no replies)
Hi Folks, In RBL, whilst importing the rbl converted binlogs shows below one in processlist. invalidating query cache entries (table) | BINLOG '...
View Articleto remove binlogs from master only after syncing with slave (no replies)
Hi, I have a laptop which has mysql installed and is in replication with master server. The laptop is used only when I work from home. I do not carry to my work place. So, sometimes my laptop is off...
View ArticleSimple Master Master replication works but does not recover from a reboot (2...
Hi. I am new to mysql replication and although I have got a Master Master replication up and running it breaks easily. I would like to apply this in an appliance model were the database I wish to...
View Article1 Master -> Many slaves, need to update dump file (2 replies)
We have a MySQL setup with 1 Master server and many slaves for distributed statistics gathering (That I inherited and am definitely not a MySQL expert). We occasionally deploy new slaves to keep up...
View ArticleReplication, Stored Procedures & Temporary Tables (1 reply)
Hi there, First of all I wanted to say thanks to the MySQL developers. It's a really great tool and we've achieved so much with it so far. Recently we encountered an issue with replication and...
View ArticleReplication server is running behind (no replies)
Hello, MySQL Server Version - 5.5.8 We have a server with master-slave architecture but sometimes we are facing problem with the slave server and the seconds behind is increasing continuously. After...
View ArticleTemporal tables and slave replication (12 replies)
.Hello, I'm using a master based in MySQL 5.1 and two slaves. One of them use MySQL 5.1 too and replication has no problem, but in the other one which uses MySQL 5.5 has a problem during temp tables...
View ArticleFew questions on MySQL Replication (1 reply)
Dear Sir/Madam, I have few questions on MySQL Replication. 1. Skip table in replication process Says I have a `TEMP` table and has to be moved to `ACTUAL` table after the update process. What will be...
View ArticleReplication activation (2 replies)
Hello, Can someone tell me if it's possible to start master replication without restarting mysql? I have a production database that is very diffcult to restart and i have to activate replication from...
View ArticleMonitoring Replication Slave-lag with Performance Schema (no replies)
Monitoring Replication Slave-lag with Performance Schema http://www.markleith.co.uk/2012/07/24/a-mysql-replication-load-average-with-performance-schema/
View Article