Linux 软件免费装

Database Read Replicas

开发者 jamesdlow
更新时间 2016年11月24日 18:29
捐献地址: 去捐款
PHP版本: 3.0.0 及以上
WordPress版本: 3.2.1

标签

cache read database mysql wpdb replica

下载

1.0.0 1.0.1

详情介绍:

BETA: Extend WordPress with MySQL database read replica support for greater speed and scalability This is a first release beta, and should only be used at your own risk

安装:

  1. Set up your read replicas as per MySQL's instructions
  2. Download database-read-replicas and database-read-replicas.php to wp-content/mu-plugins
  3. Edit wp-config.php to add your read replicas: $read_replicas = array('readreplicahostname1','readreplicahostname2');
  4. There is no need to activate this plugin