Replication Issue - Slave Connected, Not Updating? (no replies)
Slave appears to be connected and running fine but updates to the master do not appear on the slave database. I am using mysql-server-5.0.77-4.el5_5.3 on CentOS 64bit on both servers. I got this...
View ArticleReplication Broken - no error messages indicating why? (no replies)
Our replication server has broken yet once again. As always I am unable to fix it - I have to a clean upload of the data. Is there something that someone can help me with. The log on...
View Articleauditing changes via replication (no replies)
Hi. I don't know if this is possible but it would really help if it were... I have a replicated database and the primary is on a remote network (owned by 3rd party). I need to be able to identify what...
View ArticlePURGE BIN LOGS FILES NOT WORKS (1 reply)
hello world, i have a problem with my mysql replication, when i add this option expire_logs_days=1 on my my.cnf, but that had no effect, the binlogs (mysql-bin.000001,000002..) not removed. after...
View ArticleVerify SSL replication (2 replies)
I have set up master/slave replication on MySQL 5.1.49 using SSL with REQUIRE SSL on the replication user. Is there any way to verify the connection is in fact encripted with SSL? The ,...
View ArticleReplicating on certain tables within a database? (1 reply)
I know this has asked been before but I'm wondering if there are any updates. Is it possible to only replicate certain tables within a database between 2 servers? basically both mysql servers would...
View ArticleGot fatal error 1236 from master when reading data from binary log (no replies)
Hello guys, I'm trying to get replication working correctly between a master server in CA and another master server in Dallas. When I execute a '$show slave status\G;' in the CA master, I'm getting...
View ArticleCannot start replication via SSH tunnel (no replies)
Hi everyone, Currently I tried to start my slave via SSH tunnel, I have already set up the ssh tunnel with port forwarding everything using: ssh -L 63306:127.0.0.1:3306 yl.bullroarer@192.168.8.185 I...
View Articleis this possible? replicating from a Master server to Slave which in turn is...
This would be mainly for geo bandwidth purposes. Master Mysql in New York ------> Slave in London which is a Master to ---> 2 other Slaves in Singapore and Japan. basically can a Slave server be...
View Article[ERROR] Slave SQL: Error 'Lock wait timeout exceeded; try restarting...
Dear All, I am using mysql 5.1.47(64 bit) on Centos 64 bit server. This server is acting as replication slave and it was working fine since last 3 months. But now a days I am facing issue of Lock wait...
View Articlemysql replication concern (no replies)
Hi all, trying mysql replication i just realized one aspect that i would like it to be confirmed. Suppose to have a master and two slaves. The master executes just writes and the slaves are involved...
View ArticleStart replication on a new database (1 reply)
Hi guys, I have a bit of an esoteric question... I have a simple replication setup with one master and two replication slaves. One slave replicates all databases EXCEPT for one (replicate-ignore-db),...
View ArticleSlave_IO_Running =NO (no replies)
hi all; i have master-master replication ; on server 1 ; mysql> show slave status \G; *************************** 1. row *************************** Slave_IO_State: Master_Host: server2...
View Articlemulti-master replication with SSL? (no replies)
So we have the following setup: slave <---- master <---> master -----> slave currently it's not encrypted in our testing environment. From checking online, it seems stunnel might be the...
View ArticleReplication stopped (no replies)
Hello, i have 1 master and 1 slave on both mysql 5.0.67. Suddenly replication stopped and i see following entrys in the syslog: Slave SQL thread initialized, starting replication in log...
View ArticleReplication stops working after adding column to table (1 reply)
Hello, I am having a very frustrating problem. I have a simple master/slave replication setup, nothing fancy. When I add a column to a table in the master, I find it is not replicated on the slaves....
View Articleanother Is my replication encrypted question... (1 reply)
So I'm having a hard time verify if my replication is encrypted. I used tcpdump -X port 3306 >> file but didn't notice any difference between encrypted and non-encrypted traffic. although there...
View ArticleMaintenance Replication servers (no replies)
I have setup Master-Slave setup for replication and now i want to do some maintenance on my master server, so i wanted to know what steps i have to take on my servers So i have Server A (Master ) and...
View ArticleAm I doing this wrong? (no replies)
I just set up replication and it's not working... at least not how I expected. I'm wondering if my whole idea of how replication works is wrong. Basically, my slave system is significantly less...
View ArticleTrying to figure out who is using up the memory (no replies)
Hello, We are using MySQL 5.044 and have the following replication topology: 1 Master and 3 identical slaves. Master machine has 7GB of memory and Innodb buffer is set to 2 GB. Each slave has 35 GB of...
View Article