Ulf Wendel

2011/12/23
by admin
Comments Off on PHP MySQL documentation updates

PHP MySQL documentation updates

The MySQL part of the PHP reference manual is currently being restructured: new landing and overview page, mysqli quickstart prepared. Ten years ago, there was the mysql extension and that was it. Today, beginners are faced with three MySQL APIs/extensions, … Continue reading

2011/12/23
by admin
Comments Off on Load balancing for PHP and MySQL

Load balancing for PHP and MySQL

A single MySQL server is a single point of failure. A single MySQL server can only be scaled vertically by increasing hardware size, which has its limits. That’s two good reasons to migrate from a single MySQL server to a … Continue reading