Replication with Views (no replies)
On server 1 i got "01_maindb" which holds the master tables. I replicate this table to the two other servers without problems. Writes in this db replicate through all the others - no problems. On...
View ArticleIgnore column in replication (2 replies)
Hello, Is there an option to ignore a table's column in MySQL replication ? Veerasamy.
View ArticlePrevent logging for unsafe statements (1 reply)
Hello, unsafe statements in our environment (MySQL 5.5) with binlog_format STATEMENT result in a log entry in the error log (log_error). As we do not use replication, and because we do not want to...
View ArticleReplicate from Oracle to Oracle, Oracle to MySQL, and Oracle to Analytics (no...
Thursday, 10/9 @ 10 am PDT/1 pm EDT Register at https://www1.gotomeeting.com/register/280027472 Learn how Continuent Tungsten solves problems with Oracle replication at a fraction of the cost of other...
View ArticleMySQL 5.0-Can't start the service after saving the replication entries in...
Hi, We have two Windows7 machines running MySQL 5.0 and we are trying to set up Master-Master replication. I couldn't restart the MySQL service after I save the replication entries in the my.ini file...
View ArticleMySQL 5.6.21 signal 11 crashing instantaneously after START SLAVE (1 reply)
Hello Folks, Recently I started upgrading all the slave servers from MySQL 5.5.37 to MySQL 5.6.21 and right on the very first one I've found a problem that is making me concerned about upgrading it at...
View ArticleCREATE DATABASE not replicated (v.5.0) (no replies)
Hello, I have two servers with master-master active-passive replication. Server 1 (current passive, read_only=ON) is Mysql 5.0.91 and server 2 (current active) is 5.0.89. Evertything is replicated,...
View ArticleReplication connected, but not syncing. (no replies)
I've setup a two servers. SQl1 has the master database, Sql2 is supposed to be mirroring Sql1. Slave has been stuck at the same GTID for days. Any ideas? #Slace on Sql2# #mysql -V mysql Ver 14.14...
View ArticleHow best to support global website? (no replies)
Hi All (I've reposted this from Newbie, which was probably not the right forum), I'd like some advice on the best way to provide MySQL database services for a global website. Here's the situation: As...
View ArticleData on the slave becomes inconsistent after couple of days (no replies)
We are planning on upgrading our production MySQL server from MySQL 5.0.77 to Percona 5.6.19-67.0. Since our downtime window is small, we setup a slave of the production master on a new host and...
View ArticleReplication master master semi synchronous (no replies)
Is possible to make a replication master master semi synchronous? Master 1 Read/write. Master 2 (slave) Read, Failover. After Failover Master 2 Read/write Master 1 (Slave) Read, failover
View ArticleMySQL Group Replication (no replies)
Slides: http://de.slideshare.net/nixnutz/mysql-group-replication Blogs: http://blog.ulf-wendel.de/2014/peclmysqlnd_ms-needs-updates-mysql-group-replication/...
View Articleis this a code defect in calculate pending jobs size? (2 replies)
version:5.6.12 variable:mts_pending_jobs_size of class Relay_log_info in parallel mode, this variable is added/reduced in different thread in coordinator thread:rli->mts_pending_jobs_size=...
View ArticleMySQL replication-Table doesn not exist (1 reply)
Hello guys, Coming from an Oracle background,am a Newbie to mysql replication.One of our slave server jus died and I had to rebuild it from the master(Prod).Rsync'd the data directory to the slave and...
View ArticleHow to see the queries executing by slave io thread (1 reply)
We had an strange with mysql replication. We have observed huge load and io wait on server while replication is in-progress. We can know the the queries from binlog by using mysqlbinlog utility. But...
View ArticleMaster reports itself as slave when executing "show slave hosts" (no replies)
I have a situation where when executing "show slave hosts" on the master it reports itself as the slave. The master and slave each have a unique server_id The server_id variables for the master and...
View ArticleFailing to replicate - 5.5.40-0ubuntu0.12.04.1 (3 replies)
I'm new to MySQL! I have followed previous sys admin notes on checking replication is working (create dummy DB on master and check can see it on slave) and its not. Trouble is there's no notes on what...
View ArticleSlave didn't resume after machine sleep (2 replies)
I have a Linux Centos as master (my production machine) and a macbook pro as slave (my DR). The replication works fine normally. However, when the slave (my macbook pro) went to sleep or off the...
View ArticleHow to make Mysql Replication faster (4 replies)
Hello, Please suggest is there any other way through with i can make mysql replication faster ? -- I am working on very heavy transactional system, on master we are executing lots of queries through...
View ArticleMySQL Replication in windows 7 (no replies)
I have 2 machines which are windows 7 I want two way mysql database replication Is there any tool/method available?
View Article