How to upgrade MySQL to 5.5.38 in master-master replication scenario (2 replies)
I need to upgrade MySQL from 5.5.28 to 5.5.38 in a master-master replication scenario. I will be upgrading one at a time. We use MMM. My thoughts were to use MMM and set one server admin offline, shut...
View ArticleConsecutive numbers in a master-to-master replication scenario (no replies)
Hi, We want to set up a master-to-master replication due to failover reasons. As we've noticed it's necessary to work with auto_increment_increment and auto_increment_offset to control the operation...
View ArticleNeed to have binlog activate on slave? (no replies)
Do I need to have the binlog activated on a slave in a Master/Slave setup? I understand that the master must have it activated so the slave can get the data, but is it the same with the Slave? And...
View ArticleMySQL database replication for Huge database (no replies)
Hi There, I am going to set up Master/Slave replication between two MySQL Servers for Database of 50GB. Actually restoration of that database take around 10 hours. I am not sure how I would implement...
View ArticleMySQL Replication with localserver to remote server (no replies)
hello I wanna replicate one table in a database test(in localhost-master) to another database table(slave) on remote server(on the internet) in godaddy.com. I was really tried my best to make it work....
View ArticleReplicating in real-time from MySQL to Amazon Redshift (no replies)
Thursday, September 4th @ 10 am PDT/1 pm EDT Reserve your seat at https://www1.gotomeeting.com/register/735736649 Continuent is delighted to announce an exciting Continuent Tungsten feature addition...
View ArticleMySQL Slave Error 1677 - cannot be converted from type 'decimal(0,?)' to type...
Hi Folks, I'd like to hear form you if you have any experience fixing this kind of problem related with the replication on slave servers after rotating tables - this is at least curious. The...
View ArticleIs maradb's parallel replication also database level? (1 reply)
MySQL 5.6's parallel replication is database level,I want to know is mariadb also the same?I look up the official document,but there isn't any clue....
View ArticleReverse Replication? (4 replies)
Is it possible to setup a reverse replication? For example we currently have replication setup to remote client sites to replicate when we connect to their network via VPN. This process is not ideal...
View ArticleDatabase replication (1 reply)
Hello! What would be the best solution for next problem: There are multiple databases in production line and every hour or so these databases should be copied to main MySQL server so they are...
View ArticleSlave not getting updates (3 replies)
Hi, I am having a problem setting up master/slave replication for the first time. The master is on an old Debian box running mysql 5.0.51, the slave is on an ubuntu box running 5.5.38. I want to...
View Article'Duplicated entry for PRIMARY key' (no replies)
Hi I have constantly been getting a duplication error. When I queried the id in the slave db, no results return but they exist in the master db. If I try to skip this error, I then receive a foreign...
View ArticleReplication (1 reply)
I am using mysql 5.5.27 community version with master-master replication configuration. Applications conenct to master via VIP and failover to slave if any problem with master. Now, due to some...
View Articlemaster replication (1 reply)
Hi, I am new to replication. If master is offline and slave database has been updated by application then will it replicate master database when master comes online or connect with network? I have...
View ArticleGeneral Question about Master - Slave Replication (no replies)
Hello, i have installed a master slave replication for testing. Everything is working well. We want to implement the setup into our production environment to take backups or selects from the slave to...
View ArticleSneek peek: Continuent Tungsten 3.0 (no replies)
Get a preview of the next advance in data management technology! Continuent Tungsten 3.0 brings the power of advanced clustering and replication to offer data management needs for your entire business...
View ArticleVersion to replicate of mysql (1 reply)
Which version of mysql its the best to make a replication? any wayto make a replication from the my.ini to dont type any in the console of mysql? ty for your answers
View ArticleReplication hangs (2 replies)
I'm running mysql 5.5.19 master and a mysql 5.5.30 slave. The slave SQL process hangs without any messages in the error log or in the status information: mysql> show slave status \G;...
View ArticleINSERT INTO schema.table VS use schema (2 replies)
I have configured replication from one DB to another on different server. It works correctly except when: mysql -hSRVCMYSQLD1 -utestUsr -Dmysql -- Records is added to table but is not replicated!...
View ArticleNeed help to enable EventSchedular on Slave (no replies)
Hello Friends , I have Configured Master - Slave Environment on Mysql . master has few events and eventschedular is enabled there . I also want to enable eventschedular on slave , where i need to run...
View Article