Apologies for posting twice, experiencing some issues with my browser.
Here are some more details :
DB Master 1
1.1.1.1
DB Master 2
2.2.2.2
HA Machine IP
3.3.3.3
Virtual IP load balancing the above mysql servers on this machine
4.4.4.4
Now, when i use either of the IP's i.e. 1.1.1.1 or 2.2.2.2 directly on the settings.php, my website loads up and runs perfectly.
When i use the Virtual IP 4.4.4.4 with the same user and pass as used in the above case, the website fails, and i get no error messages, i get the white screen of death, no errors on apache or mysql end too?
Apologies for posting twice, experiencing some issues with my browser.
Here are some more details :
DB Master 1
1.1.1.1
DB Master 2
2.2.2.2
HA Machine IP
3.3.3.3
Virtual IP load balancing the above mysql servers on this machine
4.4.4.4
Now, when i use either of the IP's i.e. 1.1.1.1 or 2.2.2.2 directly on the settings.php, my website loads up and runs perfectly.
When i use the Virtual IP 4.4.4.4 with the same user and pass as used in the above case, the website fails, and i get no error messages, i get the white screen of death, no errors on apache or mysql end too?
snippet from settings.php
$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'abc',
'username' => 'user1',
'password' => 'password1',
'host' => '4.4.4.4',
'prefix' => '',
);