mysqlnd_ms

A replication and load balancing plugin for mysqlnd


The mysqlnd_ms replication and load balancing plugin can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, ext/pdo_mysql) if they are compiled to use mysqlnd. The plugin inspects queries and does read-write splitting. Read-only queries are sent to MySQL replication slave servers while all other queries are redirected to the MySQL replication master server. Very few, if any, application changes are required, depending on the usage scenario.

License: PHP License

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
1.6.0 2013-09-26 mysqlnd_ms-1.6.0.tgz
1.5.2 2013-06-21 mysqlnd_ms-1.5.2.tgz
1.5.1 2013-06-19 mysqlnd_ms-1.5.1.tgz
1.5.0 2013-03-18 mysqlnd_ms-1.5.0.tgz
1.4.2 2012-08-15 mysqlnd_ms-1.4.2.tgz
Show all releases

Changelog

Version Message
1.6.0 Add initial MySQL Fabric support and automatic retry for transient errors
1.5.2 Fix hardcoded version number
1.5.1 GA release
1.5.0 First release of the 1.5 series
1.4.2 GA release
Show complete changelog