php100 Editor's recommendation "
Hope to bring help to the needy friends.
PHP implementation of MySQL read-write separation
Key Features :
1. Simple Read and write separation
2. One master database, you can add more read-only databases
3. Read and write separation but don't worry about some features not supported
4. Cons: Connect two databases at a time
English is bad, write a few words.
PHP code for MySQL Read/write split
Feature
Simply RW split
One master,can add more slaves
Support all MySQL feature
Link to the master and slave at the same time
PHP Code :
http://www.bkjia.com/PHPjc/446635.html www.bkjia.com true http://www.bkjia.com/PHPjc/446635.html techarticle php100 Editor's recommendation "hope to bring help to friends in need." PHP implementation of the MySQL read and write separation of the main features: 1. Simple Read and write separation 2. A master database, you can add more only ...