Advanced Multi-Master Solutions Made Easy with Continuent Tungsten (no replies)
Webinar, Wednesday 5/2 @ 10 am PT/1pm ET https://www1.gotomeeting.com/register/656585273 Continuent Tungsten has broken new ground to make previously complex or completely unattainable MySQL data...
View Articledifferent binlog but no different variables set (no replies)
Hello again, now we changed the underscores in the databasenames to "-". "replication_master" is now "replication-master" replication working local testing servers My local servers have: Master MySQL:...
View ArticleCan't start slave using master replication coordinates (1 reply)
- We are using mysql 5.5 with master/slave replication - The master server crashed because the disk was full - We restarted the master and cleaned up some data, some bin log files were deleted...
View ArticleSolving problems with mysql replica (no replies)
HI everybody, I have had some problems with MySQL's replica. I have two servers in master-master architecture, so, I have configured a master and a slave in both. When I have problems in the replica ,...
View ArticleThe slave I/O thread stops (no replies)
Hi, Im using SLES SP1 and MySQL 5.5.19 x64 communication edition. I have around 50 Masters spreaded all over the country and 1 system with mysqld_multi installed running 50 slave instance of mysql...
View ArticleReplication Crash after slave start (1 reply)
Hi, Hello for all. I'm tryied to setup replication, but it allways crsh in the same step. Mysql -server version is mysql-5.5.21-1.i686. When I type show master status \G all records looks ok. On the...
View Articleweb app hang when master or slave is down (no replies)
Hello, I have setup one master (running on Linux, 5.1) and one slave (running on Windows Vista, 5.6). I am running Spring 3.1 with jdbcTemplate, Connector/J 5.1.19 driver. Everything ok, but when I...
View ArticleAccess denied for user 'repl'@'mysql2.homelan' (no replies)
Hi, Trying to get master->slave replication running on v5.0.77, but not having any luck. Google is *not* my friend tonight... Thanks for any help. On the slave (when it was configured like a...
View ArticleHave a master-slave. How to setup a 'new' slave. (1 reply)
Hi, I need help in setting up a new slave. I currently have a master-slave setup and the tables use both InnoDB and MyISAM, taking dump would lock the tables, I don't want to lock the tables on the...
View ArticleExecuting a query without replication (1 reply)
Hi everybody, I have a doubt: I have configured a master-master architecture with two servers. Is possible to make something to execute a query, for example an insert of a record into a table, but...
View ArticleMySQL 5.6 replication - webinar describing what's there (no replies)
On Wednesday (16th May 2012), Mat Keep and I will be presenting the new replication features that are previewed as part of the latest MySQL 5.6 Development Release. See http://clusterdb.com/u/56repd...
View ArticleSlave of a master-master misses updates from one of the masters (no replies)
Hi everyone, I had a pair of FreeBSD 8.3 boxes running 5.5.15 in Master-Master, with a NexentaCore box also running 5.5.15 as a Slave. I just updated one of the masters to FreeBSD 9.0 and in the...
View ArticleLag in MySQL replication (no replies)
Hi everybody, I have monitored the MySQL replication with a shell script in Linux that check if there are problems with any slave and check seconds behind of master. Some days ago I have received some...
View ArticleDuplicate entry error on update (no replies)
We have two servers running replication Maater-Master. Last week database on one of the servers got corrupted and we dumped data from another server and loaded to this one. I fixed everything like...
View ArticleMySQL Replication/Bugzilla tables w/o PK (no replies)
All, We are trying to do the following: 1. We have MySQL (5.5) Database setup with master and a slave database on another host. 2. We also have Bugzilla application configured (Version 3.0.4) on the...
View ArticleIO slave is no or slave is not able to read the data. (no replies)
Hi There, I would like to share my fix that I have gone through whilst setting up master/slave replication. 1. Enable below on master my.cnf log-bin = /var/log/mysql/mysql-bin.log server-id=1 2....
View ArticleReplicate Data only and without Stored Procedure (1 reply)
Hi, I am using mySQL version 5.5.23-log and use table-level replication (e.g. replicates aaaa.TABLE01 to bbbb.TABLE01, but will not replicate aaaa.TABLE02 to bbbb.TABLE02) My replicate works fine. But...
View ArticleMaster Slave Load Balancing (no replies)
Hi all, I'm currently working with master slave environments and am exploring options on how to utilize my slaves. The application in question is java based using jboss/hibernate. I am very curious to...
View ArticleReplication fails on specific UPDATE statement (2 replies)
Hi, I'm having a problem with replicating this specific UPDATE statement. MySQL Server is 5.1.57 both, master and slave. Replication mode is MIXED and cannot be changed. It fails with: Last_Errno:...
View ArticleReplication: Duplicate Entry for Key 'primary' on query insert into select...
MySQL Version:5.5.17-55 Daily receiving below error on slave and slave is stopped with below error. show slave status; Relay_Log_File: mysqld-relay-bin.024556 Last_Error: Error 'Duplicate entry '3377'...
View Article