<?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: Bash script to create MySQL database and user</title>
	<atom:link href="http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/</link>
	<description>Rock{et}ing the interweb</description>
	<lastBuildDate>Sat, 04 Sep 2010 18:27:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Wolf</title>
		<link>http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/comment-page-1/#comment-577</link>
		<dc:creator>Wolf</dc:creator>
		<pubDate>Tue, 24 Aug 2010 22:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=170#comment-577</guid>
		<description>Thanks by you code, its excellent</description>
		<content:encoded><![CDATA[<p>Thanks by you code, its excellent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dextair</title>
		<link>http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/comment-page-1/#comment-563</link>
		<dc:creator>dextair</dc:creator>
		<pubDate>Sun, 08 Aug 2010 18:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=170#comment-563</guid>
		<description>grant ALL ON *.* seems to give all privileges to ALL databases, shouldn&#039;t it be GRANT ALL ON &#039;$1&#039;.* ?
I see in it a security hole, just preventing future users of this script that executing will allow access to all databases and not only the specified one.

also warning, &quot;ALL&quot; privileges allow shutting down database for example...

regards.</description>
		<content:encoded><![CDATA[<p>grant ALL ON *.* seems to give all privileges to ALL databases, shouldn&#8217;t it be GRANT ALL ON &#8216;$1&#8242;.* ?<br />
I see in it a security hole, just preventing future users of this script that executing will allow access to all databases and not only the specified one.</p>
<p>also warning, &#8220;ALL&#8221; privileges allow shutting down database for example&#8230;</p>
<p>regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jah</title>
		<link>http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/comment-page-1/#comment-553</link>
		<dc:creator>Jah</dc:creator>
		<pubDate>Sun, 25 Jul 2010 20:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=170#comment-553</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfonso</title>
		<link>http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/comment-page-1/#comment-531</link>
		<dc:creator>Alfonso</dc:creator>
		<pubDate>Wed, 16 Jun 2010 18:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=170#comment-531</guid>
		<description>Very useful script. Thanks</description>
		<content:encoded><![CDATA[<p>Very useful script. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/comment-page-1/#comment-20</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Fri, 14 Aug 2009 19:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=170#comment-20</guid>
		<description>props, thanks for the script</description>
		<content:encoded><![CDATA[<p>props, thanks for the script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eiso</title>
		<link>http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/comment-page-1/#comment-9</link>
		<dc:creator>Eiso</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=170#comment-9</guid>
		<description>Thank you for this script - it saved me some time!</description>
		<content:encoded><![CDATA[<p>Thank you for this script &#8211; it saved me some time!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
