php - Run Multiple MySQL Server with One host address? -


i want run 2 separate mysql server 1 php base web server, load balancer way.

i have 2 centos machine , on separately mysql server only. kind of service should use both server ruining concurrently, mean web server load both mysql servers.

can used ha proxy? please suggest me.

use amazon aurora, more or less several mysql instances automagically loadbalanced, described.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

c# - Update a combobox from a presenter (MVP) -

'hasOwnProperty' in javascript -