Strange replication/starting problem (1 reply)
I want to setup another slave like described in: http://dev.mysql.com/doc/refman/5.1/en/replication-howto-additionalslaves.html But whenever I start the new slave database, all database related file...
View ArticleReplication from master to slave (2 replies)
Hello. I need to do replication from master to slave. I have slave server with public IP. Master is behind NAT, so i can't read data from master. It's possible to send data to slave? Not read from...
View ArticleHA_ERR_KEY_NOT_FOUND on both master at the same time (no replies)
Hi everyone! It's my first post on this forum so I'll try to give all the details you need to help me. I have a Master/Master ROW-based replication working with both servers running 5.1.47. There is...
View ArticleReplication & failover with 4 servers (no replies)
Hi all, I've read some of the posts already on the forum about this issue but since none of them addressed the same situation that I will have to set up, I decided to create a topic of my own. I am...
View ArticleReplication error (no replies)
Hi, after a whole system update on the slave system side, from Debian etch to Lenny, mysql replication is not working. That's the error i get on slave side mysql> start slave; ERROR 1201 (HY000):...
View ArticleMySQL WL#5465: System variables: paths to relay log and binary log files (no...
Have you seen my replication files? http://mysqlmusings.blogspot.com/2010/09/have-you-seen-my-replication-files.html MySQL WL#5465: System variables: paths to relay log and binary log files...
View ArticleCannot find master logs! (no replies)
Hello, My slave server cannot find the current binary log on the master, resulting in a "Could not find first log file name in binary log index file ( server_errno=1236)" error. Here are the facts: -...
View ArticleMultiple slave connections with PuTTy (no replies)
I will be attempting to setup multiple slave replication for the first time here shortly but i have a few questions i couldn't find answers to on the net so i figured i would ask here. My master and...
View ArticleDifferent schemas in master and slave (no replies)
Hi, We have a history solution that is based on a master DB where all apps write bulks of data into and a slave DB that is synced. Indices are added on the slave only to support intensive analysis...
View ArticleMultiple mirroring (no replies)
Is it possible to have a server replicated on several others ? Thanks.
View Articlescript for building mysql replication on linux (no replies)
hello everyone pls i need a runnable script for building and configuring a mysql replication cluster on linux, does anyone have? if u do pls help by sharing u can post the script to my mail...
View ArticleGRANT REPLICATION SLAVE ON db.* possible? (no replies)
Hello, everybody! Please, can you help me to find out, if there is possibility to grant access to only one database for replication slave user? Or GRANT REPLICATION SLAVE ON *.* is the only option?
View ArticleConverting Master to slave in M <- S1/M <-S2 configuration (no replies)
Hi this is Pushkar, the Operating system i am operating on is :CentOS 5.5 the mysql version i am running is : mysql-5.1.46 I had a configuration like Master <- slave1 ^ | Slave2 I updated my.cnf on...
View ArticlePartition replication (no replies)
Hi, Is there any way to only replicate one partition of a table? For example I have a table with 10 partitions, is there a way to replicate each partition to a different slave? Thanks.
View ArticleMaster with innodb and slaves with MyISAM (no replies)
Hi All, i read an article that suggests to use innodb (i need it) on the master and MyISAM on the slave where no transactions are performed. This for me make sense since MyISAM is really faster but,...
View ArticleHow to know if a slave is identical to his master ? (no replies)
Hi, Is there an easy way to know if the databes on slave is identical to his master ? Database contains more than 50 tables and the size is approximately 90Go. mysql version is 5.0 Thx, Olivier
View ArticleAnnouncing Release Of Pervasync 3.0.0 And The Support Of...
We are pleased to announce the availability of Release 3.0.0 of Pervasync, the leading synchronization software for MySQL and Oracle databases. Pervasync enables mobile users to work offline and have...
View ArticleReplacing a server in Master<->Master replication (no replies)
Hi all ! We have a working master <-> master replication system consisting of two servers in two different places. They both get reads and writes, everything is working fine thanks to...
View ArticleMYI File Size Differences between Master/Slave (no replies)
The files sizes on the MYI files are different on the master vs the slave. However, the MYD files are the same size and record counts match between master and slave. Why are the MYI files a different...
View ArticleMultiple databases on Replication Server (3 replies)
Hi, I have a mysql instance running port 3306 that is set up to replicate from a master db, on a server pc running win xp. Is it possible to add a new database to the mysql slave server for users to...
View Article