<?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 installation</title>
	<atom:link href="http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://switch.richard5.net</link>
	<description>How to build your Mac into a internet server using open source software</description>
	<lastBuildDate>Tue, 17 Jun 2008 18:25:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TigerKR</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/comment-page-1/#comment-31668</link>
		<dc:creator>TigerKR</dc:creator>
		<pubDate>Mon, 02 Jul 2007 03:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/#comment-31668</guid>
		<description>I was not able to run mysql from the terminal. I would get the error:

~: mysql
ERROR 1045 (28000): Access denied for user &#039;username&#039;@&#039;localhost&#039; (using password: NO)

I was able to workaround this by typing 

~: mysql -u root -p

and then when it asks for a password, don&#039;t enter one, just hit the return key</description>
		<content:encoded><![CDATA[<p>I was not able to run mysql from the terminal. I would get the error:</p>
<p>~: mysql<br />
ERROR 1045 (28000): Access denied for user &#8216;username&#8217;@'localhost&#8217; (using password: NO)</p>
<p>I was able to workaround this by typing </p>
<p>~: mysql -u root -p</p>
<p>and then when it asks for a password, don&#8217;t enter one, just hit the return key</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard5</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/comment-page-1/#comment-6483</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Tue, 14 Nov 2006 01:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/#comment-6483</guid>
		<description>@James, thanks typo is fixed !</description>
		<content:encoded><![CDATA[<p>@James, thanks typo is fixed !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Brown</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/comment-page-1/#comment-6478</link>
		<dc:creator>James Brown</dc:creator>
		<pubDate>Tue, 14 Nov 2006 00:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/#comment-6478</guid>
		<description>Small typo Richard: in second last sentence of third last paragraph it reads:

Local communication will be still possible throw the mysql.sock socket.

Should be:

Local communication will be still possible through the mysql.sock socket.</description>
		<content:encoded><![CDATA[<p>Small typo Richard: in second last sentence of third last paragraph it reads:</p>
<p>Local communication will be still possible throw the mysql.sock socket.</p>
<p>Should be:</p>
<p>Local communication will be still possible through the mysql.sock socket.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/comment-page-1/#comment-6118</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 11 Nov 2006 19:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/#comment-6118</guid>
		<description>Richard5, absolutely, but it does keep the trivial scripts from hitting it.  It protects against script kiddies and not much else.  If you choose to keep it open, it doesn&#039;t hurt to change the port.

It&#039;s no substitute for good security, or a firewall rule that restricts access to a limited range of domains.</description>
		<content:encoded><![CDATA[<p>Richard5, absolutely, but it does keep the trivial scripts from hitting it.  It protects against script kiddies and not much else.  If you choose to keep it open, it doesn&#8217;t hurt to change the port.</p>
<p>It&#8217;s no substitute for good security, or a firewall rule that restricts access to a limited range of domains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard5</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/comment-page-1/#comment-6116</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Sat, 11 Nov 2006 19:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/#comment-6116</guid>
		<description>@Michael, security by obscurity is never a serious solution. A serious hacker always does a complete portscan and will notice the difference in portnumber.</description>
		<content:encoded><![CDATA[<p>@Michael, security by obscurity is never a serious solution. A serious hacker always does a complete portscan and will notice the difference in portnumber.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/comment-page-1/#comment-6113</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 11 Nov 2006 18:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/#comment-6113</guid>
		<description>Another way to make mysql more secure, if you&#039;re keeping the networking, is to use a port other than 3306.  Pick a random number, like 13579 and use that.  You won&#039;t get a logfile full of password crack attempts.</description>
		<content:encoded><![CDATA[<p>Another way to make mysql more secure, if you&#8217;re keeping the networking, is to use a port other than 3306.  Pick a random number, like 13579 and use that.  You won&#8217;t get a logfile full of password crack attempts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/comment-page-1/#comment-2583</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 19 Aug 2006 20:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/isp-in-a-box-v2/installing-mysql-on-mac-os-x/securing-your-mysql-installation/#comment-2583</guid>
		<description>Most (if not all) the above can be done by running the script that comes with MySql:

cd /usr/local/mysql/bin
sudo mysql_secure_installation

Answer the questions that are put to you and thats pretty much it.</description>
		<content:encoded><![CDATA[<p>Most (if not all) the above can be done by running the script that comes with MySql:</p>
<p>cd /usr/local/mysql/bin<br />
sudo mysql_secure_installation</p>
<p>Answer the questions that are put to you and thats pretty much it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
