程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> PHP實現的MySQL讀寫分離

PHP實現的MySQL讀寫分離

編輯:關於PHP編程

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


  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved