<?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: Check Your Mysql Server Performance with MySQLTuner</title>
	<atom:link href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lor</title>
		<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html/comment-page-1#comment-2096</link>
		<dc:creator>lor</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=579#comment-2096</guid>
		<description>&lt;cite&gt;
Interesting, but how do you connect to a local XAMPP-Installation?

./mysqltuner.pl –host localhost/opt/lampp/bin/mysql
&lt;/cite&gt;

Just drink some poison.</description>
		<content:encoded><![CDATA[<p><cite><br />
Interesting, but how do you connect to a local XAMPP-Installation?</p>
<p>./mysqltuner.pl –host localhost/opt/lampp/bin/mysql<br />
</cite></p>
<p>Just drink some poison.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flyingfischer</title>
		<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html/comment-page-1#comment-2095</link>
		<dc:creator>flyingfischer</dc:creator>
		<pubDate>Sun, 23 Nov 2008 11:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=579#comment-2095</guid>
		<description>Interesting, but how do you connect to a local XAMPP-Installation?

./mysqltuner.pl --host localhost/opt/lampp/bin/mysql

results in

Unable to find mysqladmin in your $PATH.  Is MySQL installed?</description>
		<content:encoded><![CDATA[<p>Interesting, but how do you connect to a local XAMPP-Installation?</p>
<p>./mysqltuner.pl &#8211;host localhost/opt/lampp/bin/mysql</p>
<p>results in</p>
<p>Unable to find mysqladmin in your $PATH.  Is MySQL installed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html/comment-page-1#comment-2093</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Fri, 14 Nov 2008 14:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=579#comment-2093</guid>
		<description>There seems to be a minor mistake. The script uses table_open_cache only for version 6 whereas the splitting of table_cache into table_definition_cache and table_open_cache happened in version 5.1.

So I think Line 779 should read:

&lt;code&gt;
if ($mysqlvermajor eq 6 or
   ($mysqlvermajor eq 5 and $mysqlverminor ge 1) ) {
    push(@adjvars,&quot;table_cache (&gt; &quot;.$myvar{&#039;table_open_cache&#039;}.&quot;)&quot;); }
&lt;/code&gt;

instead of
&lt;code&gt;
if ($mysqlvermajor eq 6) { ...
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>There seems to be a minor mistake. The script uses table_open_cache only for version 6 whereas the splitting of table_cache into table_definition_cache and table_open_cache happened in version 5.1.</p>
<p>So I think Line 779 should read:</p>
<p><code><br />
if ($mysqlvermajor eq 6 or<br />
   ($mysqlvermajor eq 5 and $mysqlverminor ge 1) ) {<br />
    push(@adjvars,"table_cache (&gt; ".$myvar{'table_open_cache'}.")"); }<br />
</code></p>
<p>instead of<br />
<code><br />
if ($mysqlvermajor eq 6) { ...<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html/comment-page-1#comment-2094</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Sun, 09 Nov 2008 09:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=579#comment-2094</guid>
		<description>Thanks, interesting script.</description>
		<content:encoded><![CDATA[<p>Thanks, interesting script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
