<?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: The watch Linux command line tool</title>
	<atom:link href="http://akrabat.com/software/the-watch-linux-command-line-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/software/the-watch-linux-command-line-tool/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:50:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dave</title>
		<link>http://akrabat.com/software/the-watch-linux-command-line-tool/#comment-28030</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 29 Jul 2009 06:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=706#comment-28030</guid>
		<description>Hey Rob. Put your password in ~/.my.cnf :)</description>
		<content:encoded><![CDATA[<p>Hey Rob. Put your password in ~/.my.cnf :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LesTR</title>
		<link>http://akrabat.com/software/the-watch-linux-command-line-tool/#comment-28023</link>
		<dc:creator>LesTR</dc:creator>
		<pubDate>Tue, 28 Jul 2009 07:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=706#comment-28023</guid>
		<description>Do while was not necessary.
 lestr@lestr-nb:~$ export MYUSER=&quot;root&quot;
lestr@lestr-nb:~$ echo $MYUSER
root
lestr@lestr-nb:~$ mysqladmin -u $MYUSER processlist
+-----+------+-----------+----+---------+------+-------+------------------+
&#124; Id  &#124; User &#124; Host      &#124; db &#124; Command &#124; Time &#124; State &#124; Info             &#124;
+-----+------+-----------+----+---------+------+-------+------------------+
&#124; 218 &#124; root &#124; localhost &#124;    &#124; Query   &#124; 0    &#124;       &#124; show processlist &#124;
+-----+------+-----------+----+---------+------+-------+------------------+
lestr@lestr-nb:~$

But mtop is better : ))</description>
		<content:encoded><![CDATA[<p>Do while was not necessary.<br />
 lestr@lestr-nb:~$ export MYUSER="root"<br />
lestr@lestr-nb:~$ echo $MYUSER<br />
root<br />
lestr@lestr-nb:~$ mysqladmin -u $MYUSER processlist<br />
+-----+------+-----------+----+---------+------+-------+------------------+<br />
| Id  | User | Host      | db | Command | Time | State | Info             |<br />
+-----+------+-----------+----+---------+------+-------+------------------+<br />
| 218 | root | localhost |    | Query   | 0    |       | show processlist |<br />
+-----+------+-----------+----+---------+------+-------+------------------+<br />
lestr@lestr-nb:~$</p>
<p>But mtop is better : ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/software/the-watch-linux-command-line-tool/#comment-28021</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 27 Jul 2009 22:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=706#comment-28021</guid>
		<description>Thanks Rob!

Of course, one reason that I post about what I&#039;ve learnt is so that people who know more than I do can chip in :)

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Thanks Rob!</p>
<p>Of course, one reason that I post about what I've learnt is so that people who know more than I do can chip in :)</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob T.</title>
		<link>http://akrabat.com/software/the-watch-linux-command-line-tool/#comment-28014</link>
		<dc:creator>Rob T.</dc:creator>
		<pubDate>Sun, 26 Jul 2009 15:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=706#comment-28014</guid>
		<description>While mytop and friends are better for this particular task, it is worth pointing out
that mysql, mysqldump, etc. take an argument --defaults-file=filename.  This allows you to put the user name &amp; password in a file that won&#039;t show up in the process list.

--Rob T.</description>
		<content:encoded><![CDATA[<p>While mytop and friends are better for this particular task, it is worth pointing out<br />
that mysql, mysqldump, etc. take an argument --defaults-file=filename.  This allows you to put the user name &amp; password in a file that won't show up in the process list.</p>
<p>--Rob T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/software/the-watch-linux-command-line-tool/#comment-28004</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Fri, 24 Jul 2009 11:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=706#comment-28004</guid>
		<description>Thanks for the heads up on mytop :)

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up on mytop :)</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Marshall</title>
		<link>http://akrabat.com/software/the-watch-linux-command-line-tool/#comment-28003</link>
		<dc:creator>Dave Marshall</dc:creator>
		<pubDate>Fri, 24 Jul 2009 10:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=706#comment-28003</guid>
		<description>Watch is cool, but mytop is a neat little replacement for what you&#039;re doing. 

http://jeremy.zawodny.com/mysql/mytop/</description>
		<content:encoded><![CDATA[<p>Watch is cool, but mytop is a neat little replacement for what you're doing. </p>
<p><a href="http://jeremy.zawodny.com/mysql/mytop/" rel="nofollow">http://jeremy.zawodny.com/mysql/mytop/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Olsen</title>
		<link>http://akrabat.com/software/the-watch-linux-command-line-tool/#comment-28002</link>
		<dc:creator>Henrik Olsen</dc:creator>
		<pubDate>Fri, 24 Jul 2009 10:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=706#comment-28002</guid>
		<description>Watch is nice. But for this purpose you could also use mytop.</description>
		<content:encoded><![CDATA[<p>Watch is nice. But for this purpose you could also use mytop.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
