<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using MySQL Proxy to benchmark query performance</title>
	<atom:link href="http://fernandoipar.com/2009/04/06/using-mysql-proxy-to-benchmark-query-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernandoipar.com/2009/04/06/using-mysql-proxy-to-benchmark-query-performance/</link>
	<description>I love mankind! Its people I can&#039;t stand!</description>
	<lastBuildDate>Wed, 27 Jan 2010 19:05:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: php trivandrum</title>
		<link>http://fernandoipar.com/2009/04/06/using-mysql-proxy-to-benchmark-query-performance/comment-page-1/#comment-41</link>
		<dc:creator>php trivandrum</dc:creator>
		<pubDate>Tue, 14 Apr 2009 02:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=139#comment-41</guid>
		<description>hi fernando, 

I never thought about the shared hosting part, thanks for boosting my morale, I would be quite happy if you would comment on my relevant page

http://www.php-trivandrum.org/open-php-myprofiler</description>
		<content:encoded><![CDATA[<p>hi fernando, </p>
<p>I never thought about the shared hosting part, thanks for boosting my morale, I would be quite happy if you would comment on my relevant page</p>
<p><a href="http://www.php-trivandrum.org/open-php-myprofiler" rel="nofollow">http://www.php-trivandrum.org/open-php-myprofiler</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fernando</title>
		<link>http://fernandoipar.com/2009/04/06/using-mysql-proxy-to-benchmark-query-performance/comment-page-1/#comment-40</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Sat, 11 Apr 2009 02:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=139#comment-40</guid>
		<description>Hi, 

This was my first lua script, so some parts might have been wrong. Still, I think the first injection was needed, and your third message seems to confirm this so it gives me some confidence ;)

Regarding your second message, it&#039;s possible. There was a new release of mysql-proxy just after I published this, and apparently, some changes rendered my script obsolete. I&#039;ve joined the mysql-proxy team on launchpad to try to keep a closer eye on the project and I promise to make an updated post on this blog with a new script that works. 

In fact, if it&#039;s approved by the team, I&#039;ll publish in the cookbook where it&#039;ll be much more useful. 

I think your project is quite interesting and might be in fact easier to implement for people working on the LAMP stack and on shared hosting environments (where installing the proxy is totally out of the question), so please keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This was my first lua script, so some parts might have been wrong. Still, I think the first injection was needed, and your third message seems to confirm this so it gives me some confidence <img src='http://fernandoipar.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Regarding your second message, it&#8217;s possible. There was a new release of mysql-proxy just after I published this, and apparently, some changes rendered my script obsolete. I&#8217;ve joined the mysql-proxy team on launchpad to try to keep a closer eye on the project and I promise to make an updated post on this blog with a new script that works. </p>
<p>In fact, if it&#8217;s approved by the team, I&#8217;ll publish in the cookbook where it&#8217;ll be much more useful. </p>
<p>I think your project is quite interesting and might be in fact easier to implement for people working on the LAMP stack and on shared hosting environments (where installing the proxy is totally out of the question), so please keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php trivandrum</title>
		<link>http://fernandoipar.com/2009/04/06/using-mysql-proxy-to-benchmark-query-performance/comment-page-1/#comment-39</link>
		<dc:creator>php trivandrum</dc:creator>
		<pubDate>Sat, 11 Apr 2009 01:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=139#comment-39</guid>
		<description>Sorry, I was wrong in the second part. To trigger read_query_result, the first injection is needed</description>
		<content:encoded><![CDATA[<p>Sorry, I was wrong in the second part. To trigger read_query_result, the first injection is needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php trivandrum</title>
		<link>http://fernandoipar.com/2009/04/06/using-mysql-proxy-to-benchmark-query-performance/comment-page-1/#comment-38</link>
		<dc:creator>php trivandrum</dc:creator>
		<pubDate>Sat, 11 Apr 2009 01:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=139#comment-38</guid>
		<description>I did try this out.. first thing, in your lua script, should it not be &quot;in&quot;, instead of &quot;inj&quot; as parameter for read_query_result()?

Also to achieve this, you dont need the read_query and the global query, since in.query will give the original query as read here: http://dev.mysql.com/doc/mysql-ha-scalability/en/mysql-proxy-scripting-read-query-result.html</description>
		<content:encoded><![CDATA[<p>I did try this out.. first thing, in your lua script, should it not be &#8220;in&#8221;, instead of &#8220;inj&#8221; as parameter for read_query_result()?</p>
<p>Also to achieve this, you dont need the read_query and the global query, since in.query will give the original query as read here: <a href="http://dev.mysql.com/doc/mysql-ha-scalability/en/mysql-proxy-scripting-read-query-result.html" rel="nofollow">http://dev.mysql.com/doc/mysql-ha-scalability/en/mysql-proxy-scripting-read-query-result.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php trivandrum</title>
		<link>http://fernandoipar.com/2009/04/06/using-mysql-proxy-to-benchmark-query-performance/comment-page-1/#comment-37</link>
		<dc:creator>php trivandrum</dc:creator>
		<pubDate>Sat, 11 Apr 2009 00:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=139#comment-37</guid>
		<description>Should have seen this a fortnight back. And would not have gone to put down code for Open PHP MyProfiler http://www.php-trivandrum.org/open-php-myprofiler.

Open PHP MyProfiler is just a trial to run query profiling on a php-mysql application, without changing the architecture too much. The profiler is open and downloadable, though the analzer, is just a mockup or a bare one and not yet ripe to be opened up. Any one who needs to do the analysis could make use of the same by downloading the profiler, and implementing with their code. The profiler would create logs depending on hostname and date. upload the profile logs to our Profile Sampler and you should be able to see the full profile of your application.</description>
		<content:encoded><![CDATA[<p>Should have seen this a fortnight back. And would not have gone to put down code for Open PHP MyProfiler <a href="http://www.php-trivandrum.org/open-php-myprofiler" rel="nofollow">http://www.php-trivandrum.org/open-php-myprofiler</a>.</p>
<p>Open PHP MyProfiler is just a trial to run query profiling on a php-mysql application, without changing the architecture too much. The profiler is open and downloadable, though the analzer, is just a mockup or a bare one and not yet ripe to be opened up. Any one who needs to do the analysis could make use of the same by downloading the profiler, and implementing with their code. The profiler would create logs depending on hostname and date. upload the profile logs to our Profile Sampler and you should be able to see the full profile of your application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
