mysqlnd_ms 1.4.2

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.

Changes

GA release