<?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 a MySQL Performance Tuning Analyzer Script</title>
	<atom:link href="http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 22 Nov 2009 16:48:11 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David O'Dwyer</title>
		<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/comment-page-1/#comment-69868</link>
		<dc:creator>David O'Dwyer</dc:creator>
		<pubDate>Mon, 06 Apr 2009 14:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/#comment-69868</guid>
		<description>For anyone getting a &quot;unexpected operator&quot; error on startup please try changing the default shell 
from:
#!/bin/sh
to:
#!/bin/bash
this fixed the problem for me on my Ubuntu 8.04 box</description>
		<content:encoded><![CDATA[<p>For anyone getting a &#8220;unexpected operator&#8221; error on startup please try changing the default shell<br />
from:<br />
#!/bin/sh<br />
to:<br />
#!/bin/bash<br />
this fixed the problem for me on my Ubuntu 8.04 box</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/comment-page-1/#comment-66143</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 03 Feb 2009 22:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/#comment-66143</guid>
		<description>Anyone have a windows equivalent?</description>
		<content:encoded><![CDATA[<p>Anyone have a windows equivalent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Bacher</title>
		<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/comment-page-1/#comment-61675</link>
		<dc:creator>Steve Bacher</dc:creator>
		<pubDate>Mon, 24 Nov 2008 14:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/#comment-61675</guid>
		<description>I made a slight modification to the cecho function so the output can be optionally directed to a file:

  [ -t 1 ] &amp;&amp; echo -e &quot;$color&quot;
  echo -e &quot;$message&quot;
  [ -t 1 ] &amp;&amp; tput sgr0                 # Reset to normal.
  [ -t 1 ] &amp;&amp; echo -e &quot;$black&quot;
  return

(I also changed the yellow and green settings because I can never read yellow on my xterm window.)

 - seb</description>
		<content:encoded><![CDATA[<p>I made a slight modification to the cecho function so the output can be optionally directed to a file:</p>
<p>  [ -t 1 ] &amp;&amp; echo -e &#8220;$color&#8221;<br />
  echo -e &#8220;$message&#8221;<br />
  [ -t 1 ] &amp;&amp; tput sgr0                 # Reset to normal.<br />
  [ -t 1 ] &amp;&amp; echo -e &#8220;$black&#8221;<br />
  return</p>
<p>(I also changed the yellow and green settings because I can never read yellow on my xterm window.)</p>
<p> &#8211; seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig M. Rosenblum</title>
		<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/comment-page-1/#comment-58924</link>
		<dc:creator>Craig M. Rosenblum</dc:creator>
		<pubDate>Wed, 08 Oct 2008 04:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/#comment-58924</guid>
		<description>Is there anything like this for windows users?</description>
		<content:encoded><![CDATA[<p>Is there anything like this for windows users?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torzak</title>
		<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/comment-page-1/#comment-51438</link>
		<dc:creator>Torzak</dc:creator>
		<pubDate>Wed, 04 Jun 2008 11:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/#comment-51438</guid>
		<description>Check also MysqlTunner :
http://rackerhacker.com/mysqltuner/

Antoher good script for auto tunning your mysql server</description>
		<content:encoded><![CDATA[<p>Check also MysqlTunner :<br />
<a href="http://rackerhacker.com/mysqltuner/" rel="nofollow">http://rackerhacker.com/mysqltuner/</a></p>
<p>Antoher good script for auto tunning your mysql server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Montgomery</title>
		<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/comment-page-1/#comment-37631</link>
		<dc:creator>Matthew Montgomery</dc:creator>
		<pubDate>Mon, 11 Feb 2008 02:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/#comment-37631</guid>
		<description>Thanks for using my script :-)

If you do see any bugs or recommendations that seem ill advised please let me know.  My e-mail address is found inside the script header.  

Thanks
Matt</description>
		<content:encoded><![CDATA[<p>Thanks for using my script <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>If you do see any bugs or recommendations that seem ill advised please let me know.  My e-mail address is found inside the script header.  </p>
<p>Thanks<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/comment-page-1/#comment-32072</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Sat, 05 Jan 2008 22:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/#comment-32072</guid>
		<description>bushido:

The problem you are having is that you are missing some of the utilities required by the script. You&#039;ll have to install the missing utilities, such as bc.</description>
		<content:encoded><![CDATA[<p>bushido:</p>
<p>The problem you are having is that you are missing some of the utilities required by the script. You&#8217;ll have to install the missing utilities, such as bc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bushido</title>
		<link>http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/comment-page-1/#comment-32031</link>
		<dc:creator>bushido</dc:creator>
		<pubDate>Sat, 05 Jan 2008 18:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/using-a-mysql-performance-tuning-analyzer-script/#comment-32031</guid>
		<description>./tuning-primer.sh: line 1164: bc: command not found
./tuning-primer.sh: line 1197: [: -gt: unary operator expected
./tuning-primer.sh: line 350: [: max_memoryHR: integer expression expected
./tuning-primer.sh: line 356: [: max_memoryHR: integer expression expected
----------- [ chopped by editor for length] ---------------
TABLE SCANS
./tuning-primer.sh: line 331: bc: command not found
Current read_buffer_size =  K
Current table scan ratio = 7 : 1
read_buffer_size seems to be fine

plese help.</description>
		<content:encoded><![CDATA[<p>./tuning-primer.sh: line 1164: bc: command not found<br />
./tuning-primer.sh: line 1197: [: -gt: unary operator expected<br />
./tuning-primer.sh: line 350: [: max_memoryHR: integer expression expected<br />
./tuning-primer.sh: line 356: [: max_memoryHR: integer expression expected<br />
----------- [ chopped by editor for length] &#8212;&#8212;&#8212;&#8212;&#8212;<br />
TABLE SCANS<br />
./tuning-primer.sh: line 331: bc: command not found<br />
Current read_buffer_size =  K<br />
Current table scan ratio = 7 : 1<br />
read_buffer_size seems to be fine</p>
<p>plese help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
