=== Database Read Replicas === Contributors: jamesdlow Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=donate%40jameslow%2ecom&item_name=Donation%20to%20jameslow%2ecom¤cy_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8 Tags: mysql, database, wpdb, cache, read, replica Requires at least: 3.0.0 Tested up to: 3.2.1 Stable tag: 1.0.0 BETA: Extend WordPress with MySQL database read replica support for greater speed and scalability == Description == 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 == Installation == 1. Set up your read replicas as per MySQL's instructions 2. Download database-read-replicas and extract to wp-content/plugins 3. Move db.php to wp-content or merge with your current wp-content/db.php file 4. Edit db.php to pass your read replica hostnames as an array: $wpdb = new wpdb_replicas( DB_USER, DB_PASSWORD, DB_NAME, DB_HOST, array('readreplicahostname1','readreplicahostname2')); It uses the default settings for the username/password/database name/master hostname 5. There is no need to activate this plugin == Frequently Asked Questions == == Screenshots ==