Tagged Questions
4
votes
1answer
89 views
How should I refactor my code (PHP & MySQL) to work more efficiently with a Master / slave database configuration?
I have developed a web application using PHP and MySQL which has all been running from a single server. When I come to scale up and need a separate database server and then ultimately need a master / ...
3
votes
1answer
216 views
MySQL Replication (3 masters, 1 Slave)
I am currently in the process of setting up mySQL replication.
I need to get data from three places.
So for example I have
NEED THIS DATA
server1 - database1
server2 - database2
server3 - database3
...
3
votes
3answers
311 views
How to check if two large tables are identical?
I have 2 servers running one as a master and another slave. I want to check weather both the tables have the same data. How can i check and confirm this? The table has more than 23 million rows.
Also ...
3
votes
2answers
377 views
Using MYSQL replication to speed up Schema changes and table optermise
I hear that many people use master - slave arrangements help to improve time taken when changing schemas by using replication to setup a new temporary master, then stopping relocation and then ...
2
votes
2answers
89 views
mysql replication - master to slave
I have successfully set up a master to slave environment and it is definitely working fine.
The only problem I have is that selecting count from a table, they are not the same BUT selecting after 5 ...
2
votes
1answer
455 views
mysql proxy r/w replication and temporary tables
I am doing master/slave replication on MySQL5.1 and r/w split with mysql proxy 0.8.x
It works fine except with temporary tables. MySQL throws an error, that the temporary table is not existent.
This ...
2
votes
2answers
1k views
Rails 3 and mysql master-slave replications
Want to set up mysql master-slave replications in rails app.
Are there plugins/db adapters available for Rails 3? Does the Masochism plugin work properly with rails 3?
2
votes
1answer
237 views
Surgical slave reads for Ruby on Rails, mulitple databases
Greetings,
I'm currently working on a multiple database rails application.
I want to off load the SELECT queries on to the slave databases
for only SOME of the databases or specific models.
The ...
2
votes
3answers
3k views
How to write the Mysql binary log position of master when doing a mysqldump from slave?
I am currently running mysqldump on a Mysql slave to backup our database. This has worked fine for backing up our data itself, but what I would like to supplement it with is the binary log position ...
1
vote
1answer
47 views
MySQL Slave not Replicating
I have set up MySQL master/slave replication for 2 servers before without problems, I usually follow the great documentation on the MySQL website here. However this time I have set it up and ...
1
vote
0answers
69 views
ORM and mysql replication lag
we are moving to a master/multi-slave mysql setup and I am concerned about how to tackle the issue of data integrity without changing the application code too much.
Our application uses an ORM ...
1
vote
1answer
194 views
2 customer created with master slave configured
With master slave configured on magento 1.4.1.
When I place order from backend two customers are created. One customer
is with all the information added during order and one user without
firstname, ...
1
vote
1answer
308 views
Zend master slave mysql
I want to switch slave db if master fails. I found Master/Slave switch, but its for reading writing (seems very logical, but not this case). Can you give " db failure" strategy in zend?
1
vote
2answers
424 views
CodeIgniter configure different IP for READ and WRITE MySQL data
My company has been setting up a different server for read and write access of mysql DB. Previously, we use custom php script.
However, I was recently given task to create tools by leveraging CI. I've ...
1
vote
1answer
360 views
Master and Slaves failover from Slave snapshot
I plan to use MySQL setup with one master server and several slave
servers. I would perform regular consistent backup of the data EBS on one of the slave
servers (I will always stop database before ...
1
vote
1answer
103 views
mysql replication incompatible statements problem
i wanted to setup a new mysql database slave running a newer version of mysql => 5.1.41 than the master => 5.0.75, which -- as far as i know -- should normally be no problem. however, as it turns out ...
1
vote
2answers
217 views
How to reset(?) a (out-of-sync)DB on a MySQL master-master replication
I have a master-master MySQL replication. It was delicious until yesterday but, for some reason which I could not figure it out yet, they lost synchronization. I've been wandering around forums and ...
1
vote
1answer
565 views
Autoscaling mysql on ec2
I need autoscaling of mysql-slave on ec2 can anybody guide me how to do that and how to transfer the load on newly added instance
0
votes
0answers
32 views
Master-slave replication; read-splitting strategy
We're close to requiring replication on our MySQL database, and I'm looking for a bit of clarification on the best strategy. Hopefully this is still specific enough a question to be asked here.
We ...
0
votes
1answer
24 views
Snapshot of EBS volume used for replication
I setup an EC2 instance with MySQL on EBS volume and setup another instance which acts as Slave for Replication. The replication set up was fine. My question is about taking snapshots of these ...
0
votes
1answer
110 views
MySQL Master-Master replication & Auto-Increment column issue
I am doing some testing with master-master replication and I ran on some weird problem, I will try and describe the procedure I followed so that someone can perhaps reproduce the issue.
I set up ...
0
votes
0answers
41 views
MAMP MySql Master Slave Replication on local machine
has anyone a good tutorial or info how to make a master slave replication on a local machine with MAMP 2.0 ?
should i install multiple mysql instances or can i do it with one installation
Thanks
0
votes
1answer
235 views
Error 'Unknown table engine 'InnoDB'' on query. after restarting mysql
I have mysql DB on server S1 (mysql version 5.1.41-3ubuntu12.7-log), i have created master-slave for this DB on server S2 (mysql version 5.1.54-1ubuntu4-log).
the DB on S1 was using one data file ...
0
votes
3answers
209 views
How to code PHP MySQL class for master and slave setup?
I have never used a master/slave setup for my mysql databases so please forgive if I make no sense here.
I am curious, let's say I want to have a master DB and 3 slave DB's. Would I need to write ...
0
votes
0answers
64 views
Mysql master slave.. slave not updating connections good logs maching?
THis is when i do show slave status... i still dont see the replication being done... is being up for 2 days now and nothing.... i have reset many times the connection... could it be one mysql is ...
0
votes
0answers
109 views
How to integrate master slave database configuration in rails 2.3 using octopus
Could someone point me to the right direction?
I have managed to setup master slave mysql databases in two separate servers with replication. All is fine but the question is, how do I divide the ...
0
votes
0answers
271 views
Show slave hosts only showing on MySQL Master
I'm having a problem with my master-slave MySQL setup. I have set the 'report-host' setting on my slaves and master servers however, when I run
SHOW SLAVE HOSTS;
It only displays results on the ...
0
votes
2answers
213 views
MySQL Replicate Different Databases from DIfferent Masters
I'm relatively new to MySQL replication. In a nutshell I have a MySQL 5.1 server instance on 3 Ubuntu Lucid Lynx servers.
ATM I have Server A (MASTER) which replicates a single database to Server C ...
0
votes
1answer
255 views
MySQL Replication and Master server crash recovery
Scenario:
We have a mySQL master DB [30 GB] with 5 slaves[partial] that are being used for different purposes.
Last day innodb crashed. Auto crash recovery did not work as on every write operation ...
0
votes
1answer
467 views
MySQL Replication woes - slave not updating
mysql> show slave status\G;
*************************** 1. row ***************************
Slave_IO_State: Connecting to master
Master_Host: 10.0.6.55
...
0
votes
1answer
255 views
DelayedJob and `master_slave_adapter`; losing the master connection
We have a Rails application that is running in a MySQL master-slave set-up for a while now, using the master_slave_adapter plugin. Recently, there was a need for background processing of long running ...
0
votes
2answers
115 views
How to validate selects / inserts are hitting the right server with MySQL Master/Slave
I've got a rails app using the master_slave_adapter plugin (http://github.com/mauricio/master_slave_adapter/tree/master) to send all selects to a slave, and all other statements to the master. ...
0
votes
2answers
441 views
mysql slave database problem
Currently we have 3 slave databases,
but almost always there is one of them extremly slow than others(can be an hour after master database)
Has any one met similar problem?What may be the cause?