RE: How to modify the application to implement the separation of write/read

2010-03-11 Thread Peter Chen
- From: Mattia Merzi [mailto:mattia.me...@gmail.com] Sent: 2010年3月11日 19:01 To: Peter Chen Cc: mysql@lists.mysql.com Subject: Re: How to modify the application to implement the separation of write/read 2010/3/11 Peter Chen : [...] > Does someone have met this problem? How to implement the s

How to modify the application to implement the separation of write/read

2010-03-11 Thread Peter Chen
Hi all, I want to test the mode of Master/Slave for mysql. Also I want to separate the write and read of sql requests, that is, I want to make Slave server of mysql to handle read requests and make Master server to handle write requests. I want to know how to modify the code of my applica