FREE! MySQL Health Check (no replies)
FREE! MySQL Health Check https://www.mysql.com/news-and-events/health-check/
View Articlemysql replication (no replies)
hi, i have configure my local server on master, and my hosting server on slave, so when i try by this command : show slave status, i have this message : SLAVE_IO_RUNNING = connecting...
View ArticleGetting connection abort error with replication user in Master Salve...
Hi, I've setup Master-Slave replication on two windows 2008 servers. I've setup the log-warning variable to 2. In the error log of master there are a lot of messages of aborted connections of Slave....
View ArticleMySQL Replication - Recreating Standby DB - MySQL 5.1 (no replies)
We have/had replication running for quite some time but ran into an issue last night which leads us to believe the standby database is no longer valid. The Master server was disconnected from the...
View Article[Warning] Slave SQL: Could not execute Query event. Detailed error: ;,...
On a multi master setup with 5.6.10 (rhel6) the logs fillup with this message (when using log_warnings 2). I haven't reported this as a bug yet since i'm not fully sure this isn't a setup problem......
View ArticleMySQL Server Lagging (no replies)
We have mysql5.1 server on 64 bit AIX machine, we are running batch jobs and data insert into one innodb table it's working fine but when I see mysq replication server it's always 25 to 40 min lagging...
View ArticleNew Tungsten Replicator 2.0.7- Now with MySQL 5.6 and Amazon RDS support (no...
Tungsten Replicator 2.0.7 enables new MySQL versions, provides better support for multi-master and parallel replication, and improves setup of advanced topologies. In the MySQL area, we have added the...
View ArticleMySQL Error 1236 on slave (1 reply)
Hi, I am trying to setup a replication with 1 master and 1 slave, but i seem to be receiving the following error. "Got fatal error 1236 from master when reading data from binary log: 'Slave can not...
View Articlereplication/dynamic ip address (1 reply)
hi, my master is link to a routeur, always changing. So i thought tu use dyndns or dlinkdns to have a domain name server associate to my public adress. So now how can i configure my slave which have a...
View ArticleError 1535 | Table definition on master and slave does not match (1 reply)
Hi, I have a replication setup going for a while now, but suddenly i am getting this error: Table definition on master and slave does not match: Column 1 size mismatch - master has size 150,...
View Articlereplication multiple Database on Same Master/Slave Server (1 reply)
Hi, I have two databases on Master. 1) DB1 2) DB2 Now DB1(Master) is replicated to other 3 Slave Server. Same DB2(Master) is also replicated to above 3 Slave server. Now I want to perform following...
View ArticleWhat's total binlog size? (1 reply)
Hello, I saw 'max_binlog_size' description in the manual (http://dev.mysql.com/doc/refman/5.1/en/replication-options-binary-log.html), saying "If a write to the binary log causes the current log file...
View ArticleReplication of partial table content to another database? (no replies)
I have a beginners question on MySQL replication. I have a table in database 'x' that I want to replicate to database 'y'. However, I only want to replicate part of the contents of the database 'x'...
View ArticleSet up and manage advanced MySQL replication topologies (no replies)
Do you know how to set up Tungsten Replication to handle multi-master topologies? Do you know how to replicate transactions from multiple servers into a single slave? Do you know how to replicate...
View ArticleMulti master - multi slave partial replication (no replies)
Hi. I am facing a big problem on my distributed mysql server I can overcome with replication but I have a question. I have two masters M1 and M2 and a group of slaves for example S1 to S9. M1 and M2...
View ArticleHaving trouble implementing SSL In replication. (no replies)
Hi, I am currently in the process of setting up a replication with ssl and need help to see if i have everything set up correctly, as i assume when i run the following queries from the workbench i...
View ArticleMaster-Master Replicaation in Mysql without restart the my sql server. (2...
Hi, Master - Master Replication in Mysql , without restarting server in windows. Is it Possible.?. I tried make the master- Master Replication. When I added the new master then I needed to restart the...
View ArticleMaster- Master replication in mySql without restart the mysql server. (no...
Hi, I am trying for Master-Master Replication in mySql without restart the mysql server. But I am getting the master - master replication with restart only. But I need to make it without restart. Is...
View Articlebinlog sizing (no replies)
Hello, I am using NDB 7.1.22 and binlog format is mixed. I wonder how to calculate the binlog writing speed (Mbytes/s) at a specific traffic. Now I have two formula as below, 1) writing speed =...
View ArticleHow to verify SSL is being used in replication? (no replies)
Hi, I have setup my replication with ssl and need a way to confirm that the connection is actually using ssl, how would i go about doing this? I have followed eveything outline here...
View Article