<?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: Securing MySQL installations with mysql_secure_installation</title>
	<atom:link href="http://prefetch.net/blog/index.php/2006/06/18/securing-mysql-installations-with-mysql_secure_installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://prefetch.net/blog/index.php/2006/06/18/securing-mysql-installations-with-mysql_secure_installation/</link>
	<description>Blog O' Matty</description>
	<lastBuildDate>Fri, 04 May 2012 19:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Matty</title>
		<link>http://prefetch.net/blog/index.php/2006/06/18/securing-mysql-installations-with-mysql_secure_installation/comment-page-1/#comment-25322</link>
		<dc:creator>Matty</dc:creator>
		<pubDate>Sun, 18 Jun 2006 16:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=454#comment-25322</guid>
		<description>Hi Martin,

I took this example from a Solaris host, and the echo that resides in /usr/bin doesn&#039;t understand the &#039;-n&#039; option:

$ /usr/bin/echo -n  foo
-n foo

The one in /usr/ucb does though:

$ /usr/ucb/echo -n  foo
foo

I think the MySQL installation process needs to be fixed to use /usr/ucb/echo if it detects a Solaris host. Otherwise, /usr/bin/echo should suffice.

- Ryan</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>I took this example from a Solaris host, and the echo that resides in /usr/bin doesn&#8217;t understand the &#8216;-n&#8217; option:</p>
<p>$ /usr/bin/echo -n  foo<br />
-n foo</p>
<p>The one in /usr/ucb does though:</p>
<p>$ /usr/ucb/echo -n  foo<br />
foo</p>
<p>I think the MySQL installation process needs to be fixed to use /usr/ucb/echo if it detects a Solaris host. Otherwise, /usr/bin/echo should suffice.</p>
<p>- Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Alexander Hammer</title>
		<link>http://prefetch.net/blog/index.php/2006/06/18/securing-mysql-installations-with-mysql_secure_installation/comment-page-1/#comment-25233</link>
		<dc:creator>Martin Alexander Hammer</dc:creator>
		<pubDate>Sun, 18 Jun 2006 13:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=454#comment-25233</guid>
		<description>In bash, &quot;echo -n&quot; is used to suppress printing a newline after the text. In this script, it would mean that the user response (y/n) would stay on the same line as the question being asked. The regular Bourne shell does not understand the &quot;-n&quot; parameter and just prints it.</description>
		<content:encoded><![CDATA[<p>In bash, &#8220;echo -n&#8221; is used to suppress printing a newline after the text. In this script, it would mean that the user response (y/n) would stay on the same line as the question being asked. The regular Bourne shell does not understand the &#8220;-n&#8221; parameter and just prints it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

