stack trace

mysqlnd_qc and Symfony2 - Johannes Schlüter

Planet PHP  Fri, 10/07/2011 - 14:52

Previously I was writing about combining Symfony2 and mysqlnd to get more statistics on what is going on below the surface in the database communication when using a Symfony2 application via the Symfony2 profiler.

Now that's not all that can be done and I gave some ideas for extending this. One idea was adding mysqlnd_qc support. mysqlnd_qc is the client side query cache plugin for mysqlnd.

This provides a client-side cache for query results transparently without changing the application.


 

Johannes Schlüter's Blog: MySQL Query Analyzer and PHP

PHPDeveloper.org  Fri, 09/30/2011 - 11:56

Johannes Schlüter has a new post to his blog today mentioning the beta release of the mysqlnd_ms plugin (previously mentioned by Ulf Wendel and a new feature that can be plugged into the MySQL Enterprise Monitor to make the Query Analyzer directly use PHP instead.


 

MySQL Query Analyzer and PHP - Johannes Schlüter

Planet PHP  Thu, 09/29/2011 - 16:26

Today we've released a few things for PHP and MySQL users: One is the first (and probably only) beta of the mysqlnd_ms plugin for MySQL Replication and Load Balancing support and the first GA version of a PHP plugin for the Query Analyzer of the MySQL Enterprise Monitor.

Ulf blogged a lot about mysqlnd_ms, so I don't have to repeat him here. what I want to talk about is the other one.

So what is that about?


 

Content with Style Blog: Zend Framework DB and Mysql pre 5.17

PHPDeveloper.org  Fri, 10/09/2009 - 09:33

The Content with Style blog has a gotcha that Zend Framework developers could come across if they're using MySQL pre-5.17: