首页 > php框架 > PHP实现的MySQL读写分离

PHP实现的MySQL读写分离

php100编辑推荐《

希望给有需要的朋友带来帮助。

PHP实现的Mysql读写分离

主要特性

1.简单的读写分离

2.一个主数据库,可以添加更多的只读数据库

3.读写分离但不用担心某些特性不支持

4.缺点:同时连接两个数据库

英文比较烂,也写几个字吧

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代码


教程地址:http://www.phprm.com/frame/php1003333.html

欢迎转载!但请带上文章地址^^

标签:none

发表留言