Hi to all,
I am developing one social-networking. For DB Load Balancing, i want to use Master-slave Replication in Mysql.
Before start working on Replication, i want to know something like
1) How can we setup that replication
2) what is the advantage & Dis-advantages of Master-slave Replication
3) when we are using "select" queries, Is that , we need to send request to Master or Slave (manually)
or Master automatically sent to slave...i want to know about this.
4) can we install Master & Slaves in one system(i.e. CPU)? is it suggestable?
Thanks in advance