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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -