<?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 your MySQL install</title>
	<atom:link href="http://diymacserver.com/installing-mysql/securing-your-mysql-install/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-11362</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 26 Jul 2011 18:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-11362</guid>
		<description>@songperk, the line has been removed as since MySQL 5.5 the structure changed, removing test was there to remove unnecessary clutter but did not structurally improved security. By the way for the Lion version of this please look at: http://diymacserver.com/mamp/lion/</description>
		<content:encoded><![CDATA[<p>@songperk, the line has been removed as since MySQL 5.5 the structure changed, removing test was there to remove unnecessary clutter but did not structurally improved security. By the way for the Lion version of this please look at: <a href="http://diymacserver.com/mamp/lion/" rel="nofollow">http://diymacserver.com/mamp/lion/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: songperk</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-11361</link>
		<dc:creator>songperk</dc:creator>
		<pubDate>Tue, 26 Jul 2011 08:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-11361</guid>
		<description>Same issue. 5.5 on osx lion.

ERROR 1010 (HY000): Error dropping database (can’t rmdir ‘./test/’, errno: 17)

Any updates?  Thanks.</description>
		<content:encoded><![CDATA[<p>Same issue. 5.5 on osx lion.</p>
<p>ERROR 1010 (HY000): Error dropping database (can’t rmdir ‘./test/’, errno: 17)</p>
<p>Any updates?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-9978</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 14 Apr 2011 17:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-9978</guid>
		<description>@Brad, since 5.5 this does not work anymore. Sorry. i&#039;m currently rewriting the instructions for 5.5</description>
		<content:encoded><![CDATA[<p>@Brad, since 5.5 this does not work anymore. Sorry. i&#8217;m currently rewriting the instructions for 5.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Rice</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-9976</link>
		<dc:creator>Brad Rice</dc:creator>
		<pubDate>Thu, 14 Apr 2011 17:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-9976</guid>
		<description>When I try to drop database test;

I get this error:


ERROR 1010 (HY000): Error dropping database (can&#039;t rmdir &#039;./test/&#039;, errno: 17)</description>
		<content:encoded><![CDATA[<p>When I try to drop database test;</p>
<p>I get this error:</p>
<p>ERROR 1010 (HY000): Error dropping database (can&#8217;t rmdir &#8216;./test/&#8217;, errno: 17)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-7486</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 22 Aug 2010 10:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-7486</guid>
		<description>@David, did you install the binary version before you compiled it. It would have taken care of setting the correct permissions on all directories.</description>
		<content:encoded><![CDATA[<p>@David, did you install the binary version before you compiled it. It would have taken care of setting the correct permissions on all directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-7482</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 Aug 2010 22:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-7482</guid>
		<description>I am unable to start MySQL.  When I try to manually start it (via terminal) with /usr/local/mysql/bin/mysqld_safe, I get this output.

100822 00:28:32 mysqld_safe Logging to &#039;/usr/local/mysql/var/Mac-Mini-Server.local.err&#039;.
touch: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory
chown: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory
100822 00:28:32 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
/usr/local/mysql/bin/mysqld_safe: line 100: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory
/usr/local/mysql/bin/mysqld_safe: line 137: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory
100822 00:28:32 mysqld_safe mysqld from pid file /usr/local/mysql/var/Mac-Mini-Server.local.pid ended
/usr/local/mysql/bin/mysqld_safe: line 100: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory

Could someone explain why this would be happening and how I could fix it?</description>
		<content:encoded><![CDATA[<p>I am unable to start MySQL.  When I try to manually start it (via terminal) with /usr/local/mysql/bin/mysqld_safe, I get this output.</p>
<p>100822 00:28:32 mysqld_safe Logging to &#8216;/usr/local/mysql/var/Mac-Mini-Server.local.err&#8217;.<br />
touch: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory<br />
chown: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory<br />
100822 00:28:32 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var<br />
/usr/local/mysql/bin/mysqld_safe: line 100: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory<br />
/usr/local/mysql/bin/mysqld_safe: line 137: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory<br />
100822 00:28:32 mysqld_safe mysqld from pid file /usr/local/mysql/var/Mac-Mini-Server.local.pid ended<br />
/usr/local/mysql/bin/mysqld_safe: line 100: /usr/local/mysql/var/Mac-Mini-Server.local.err: No such file or directory</p>
<p>Could someone explain why this would be happening and how I could fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-6300</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Thu, 21 Jan 2010 22:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-6300</guid>
		<description>Checking now, thanks again Richard your extremely helpful.</description>
		<content:encoded><![CDATA[<p>Checking now, thanks again Richard your extremely helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-6299</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-6299</guid>
		<description>@Roberto, please follow the instructions as documented here: http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html#resetting-permissions-unix</description>
		<content:encoded><![CDATA[<p>@Roberto, please follow the instructions as documented here: <a href="http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html#resetting-permissions-unix" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html#resetting-permissions-unix</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-6290</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Wed, 20 Jan 2010 10:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-6290</guid>
		<description>I changed the root password and name and now I cant login, keeps telling me access denied. I cant even login using root. Is their a way to reset back to do over??? I tried reinstalling and that didnt work. Thanks.</description>
		<content:encoded><![CDATA[<p>I changed the root password and name and now I cant login, keeps telling me access denied. I cant even login using root. Is their a way to reset back to do over??? I tried reinstalling and that didnt work. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-mysql/securing-your-mysql-install/comment-page-1/#comment-5220</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 06 Sep 2009 11:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-mysql/securing-your-mysql-install/#comment-5220</guid>
		<description>Thanks Jeffrey I will correct this!</description>
		<content:encoded><![CDATA[<p>Thanks Jeffrey I will correct this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

