master-slave, master fail, best practice (1 reply)
Hiya there, So I've had a master-slave set up for me so I could do reporting and backups without effecting the master. Works brilliantly! But I have a question and I'm hoping that some nice people on...
View Article3 replication servers but act as different master/slave to each other (3...
Hi, Says I have three database servers (machine): DBServer1 (Machine A) DBServer2 (Machine B) DBServer3 (Machine C) DBServer1 has database ABC and database DEF. DBServer2 has database ABC only....
View ArticleReplication on the master itself and one Slave server? (1 reply)
Hi, MySQL Replication works fine with one Slave server. Now, developer wants to replicate a database to another database on the Master server itself. Can this task be done? Reading through the MySQL...
View ArticleSlave stop when flush logs (1 reply)
Hello, I use a dual replication between 2 hosts : each host is master and slave for the other. The version is "5.0.67" on both hosts. Tables are all MyISAM. Regularly the thread SQL of the slave on...
View Articleerror log is flooding (1 reply)
I have 2 slaves replicating from one master One slave specifies the db to replicate like so replicate-do-db=admit_production The other specifies it like so...
View ArticleErros on Slave (2 replies)
Hello everyone I'm on a Ubuntu 8.04 LTS Server version: 5.1.48 MySQL Community Server (GPL) slave. I'm noticing repeated errors in db.err 100728 10:04:46 [Note] Slave: received end packet from server,...
View Articleis it possible to do table-replication (1 reply)
Hi All, Can any one has implemented table level replication between 2 mysql servers. My need in replication is server1 is having 120 tables server2 is having 22 tables server1 update/delete/insert...
View ArticleTimestamp column on slave replication table (1 reply)
I have a table on a slave that has an a timestamp column that does not exist on the master; the intent of the people who set it up was that this timestamp column would reflect the time that the row...
View Articlemysql replication picks wrong Relay_Master_Log_File (1 reply)
Hello, Today i faced strange error on slave. I restarted mysql slave and suddenly lot of duplicate entries errors arises on differenet tables while it shouldn't be. I found the cause of that but not...
View Articlereplication log limit (no replies)
Is there an option to restrict the number of binary logs used for replication. When the specified number of logs have been created, can mysql use start using the oldest log ?
View ArticleYahoo: HA for MySQL Replication Masters (no replies)
Yahoo: HA for MySQL Replication Masters http://mysqlguy.net/blog/2010/08/03/mysql-master-ha-yahoo
View ArticleMysql replica + slow query (no replies)
Buenos Días, Tengo una aplicación que maneja una base de datos mysql, ayer implemente una réplica master to master. Hoy he notado que las consultas están un poco más lentas que antes de implementar la...
View ArticleSimple 1 master, 1 slave replication fails totally, looks like garbage in...
Hello, I've got what should be a very simple set up, but I can't get it to work at all. I have one master, one slave. Everything's set up and looks ok, but the actual replication fails on the slave,...
View Articleslave stop: Error 'No data - zero rows fetched, selected, processed' on query...
hi guys, we have a mysql replication setup in our production. Master: mysql-5.0.77 slave: mysql-5.1.46 Recently, slave show many these kind of issues and SQL thread was stopped: Last_SQL_Error: Error...
View ArticleDaten werden nicht komplett repliziert (no replies)
Hallo meine Freunde, ich habe eine Problem mit einer MySQL-Replikation (Master-Slave-Replikation, ein Master+ein Slave). Die Verwendeten MySQL-Versionen sind 5.0.67 (Master) und 5.0.51a (Slave). Ich...
View ArticleChange Replication user Password (no replies)
Dear All, I require your kind suggestion about changing password of replication user. I have 3 servers in circular replication and now I am required to change password of replication user. My Concern...
View ArticleRBR - Can I Replay (no replies)
Hi All, I am setting up a new system and I will be using RBR [5.1.49 on Debian]. Is there a way to replay these logs? So if I restore a backup at time N and I have 10 binary logs since N, can I apply...
View ArticleFile system full on Slave (no replies)
I checked my servers this morning and found that my slave's /var/lib/mysql file system was full. When I run `show slave status` on the server, I see the following error: Slave_IO_State: Reconnecting...
View ArticleReplication Grant not applying (no replies)
Hi Everyone, I've got a master/slave DB config which is working happily and has been for 2 years now. I want to add a slave to the existing slave, to enable me to retire the current master. thus; A...
View ArticleSlave stop when flush logs (the return) (no replies)
Hello, It's the continuation of the post http://forums.mysql.com/read.php?26,377336 (sorry I can't reply on the previous post for an unknow reason from me ...) My problem has occured again: the slave...
View Article