matthewbogner / mysql-master-ha

Automatically exported from code.google.com/p/mysql-master-ha
1 stars 0 forks source link

appcaiton to mysql connect with static IP which create a problem in ip_failover script #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Application connect with mysql with static IP
2. Dbaccess file with mysql:DBname:staticIP
3. when running Master iP failover script it will changed the IP due to that 
application not able to connect with DB.

What is the expected output? What do you see instead?
when master has issue its will switch to another VIP(slave) but my application 
connect with mysql with static IP.

What version of the product are you using? On what operating system?
centos 5.2  and mha-0.52

Please provide any additional information below.

How can I achieve when MAster fails. In my case  IP should be the same of 
Master ???  

Original issue reported on code.google.com by niraj.v...@gmail.com on 12 May 2014 at 6:48