<?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: ISP-In-A-Box: The $500 Mac mini (Part III, MySQL)	</title>
	<atom:link href="https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Sun, 12 Feb 2006 14:01:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: simon brown		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-992</link>

		<dc:creator><![CDATA[simon brown]]></dc:creator>
		<pubDate>Sun, 12 Feb 2006 14:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-992</guid>

					<description><![CDATA[Re: update mysql.user set password = password(&#039;secret&#039;) where host&lt;&gt;&#039;localhost&#039; ;
--
The 4 accounts the MySQL installation created on my machine were:
User      Host
root      localhost
root      [mymachinename].local
[blank]  localhost
[blank]  [mymachinename].local

Issuing the update command  has applied the password to the two &#039;[mymachinename].local&#039; accounts. Was this really the intended effect?
At present, I&#039;m just testing and not allowing any connections to my machine. When I do, I&#039;d like to be sure I haven&#039;t left myself exposed ;-)

&lt;i&gt;[WM: Correct. Just the .local accounts... and it&#039;s only necessary if you&#039;re running Asterisk@Home 1.x. versions. The newer versions already have passwords.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Re: update mysql.user set password = password(&#8216;secret&#8217;) where host<>&#8216;localhost&#8217; ;<br />
&#8212;<br />
The 4 accounts the MySQL installation created on my machine were:<br />
User      Host<br />
root      localhost<br />
root      [mymachinename].local<br />
[blank]  localhost<br />
[blank]  [mymachinename].local</p>
<p>Issuing the update command  has applied the password to the two &#8216;[mymachinename].local&#8217; accounts. Was this really the intended effect?<br />
At present, I&#8217;m just testing and not allowing any connections to my machine. When I do, I&#8217;d like to be sure I haven&#8217;t left myself exposed 😉</p>
<p><i>[WM: Correct. Just the .local accounts&#8230; and it&#8217;s only necessary if you&#8217;re running Asterisk@Home 1.x. versions. The newer versions already have passwords.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-719</link>

		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Wed, 14 Dec 2005 20:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-719</guid>

					<description><![CDATA[How do you uninstall mysql 5 so I can install mysql 4 on my mac? I can&#039;t find any tutorials on that.

Does the example you gave to us work for all versions of mysql?

&lt;i&gt;[WM: Our tutorials assume you&#039;re using a stock MacOS X. Once you install a new version of MySQL or PHP or anything else, you&#039;re on your own. Sorry.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>How do you uninstall mysql 5 so I can install mysql 4 on my mac? I can&#8217;t find any tutorials on that.</p>
<p>Does the example you gave to us work for all versions of mysql?</p>
<p><i>[WM: Our tutorials assume you&#8217;re using a stock MacOS X. Once you install a new version of MySQL or PHP or anything else, you&#8217;re on your own. Sorry.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ian		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-491</link>

		<dc:creator><![CDATA[Ian]]></dc:creator>
		<pubDate>Mon, 29 Aug 2005 20:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-491</guid>

					<description><![CDATA[I&#039;ll echo everyone elses thoughts.. great articles! My question is this: PHPadmin is providing me with a red message at the bottom indicating that the config file contains settings (root with no password) that correspond to the default mysql server priviliged account. Your mysql server is running with this default, is open to intrusion, &amp; you really should fix this security hole. Question is ... how/where do I gain access to fix this?

&lt;i&gt;[WM: The significance of the red bar and how to fix it is covered in the &lt;a href=&quot;http://mundy.org/blog/index.php?p=27&quot;&gt;tutorial&lt;/a&gt;. Also reread the MySQL tutorial. You don&#039;t want to foul up the password scheme we&#039;ve recommended.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll echo everyone elses thoughts.. great articles! My question is this: PHPadmin is providing me with a red message at the bottom indicating that the config file contains settings (root with no password) that correspond to the default mysql server priviliged account. Your mysql server is running with this default, is open to intrusion, &#038; you really should fix this security hole. Question is &#8230; how/where do I gain access to fix this?</p>
<p><i>[WM: The significance of the red bar and how to fix it is covered in the <a href="http://mundy.org/blog/index.php?p=27">tutorial</a>. Also reread the MySQL tutorial. You don&#8217;t want to foul up the password scheme we&#8217;ve recommended.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ward Mundy		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-324</link>

		<dc:creator><![CDATA[Ward Mundy]]></dc:creator>
		<pubDate>Thu, 07 Jul 2005 23:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-324</guid>

					<description><![CDATA[If you run into problems with password incompatibility between MySQL and PHP, here&#039;s a &lt;a href=&quot;http://www.openwin.org/mike/faq/faq.php/error-client-does-not-support-authentication-protocol-requested/&quot;&gt;link&lt;/a&gt; that should get you back on track.]]></description>
			<content:encoded><![CDATA[<p>If you run into problems with password incompatibility between MySQL and PHP, here&#8217;s a <a href="http://www.openwin.org/mike/faq/faq.php/error-client-does-not-support-authentication-protocol-requested/">link</a> that should get you back on track.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shrey		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-250</link>

		<dc:creator><![CDATA[Shrey]]></dc:creator>
		<pubDate>Sat, 25 Jun 2005 15:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-250</guid>

					<description><![CDATA[When trying to uninstall mysql, I can remove everything other than the second file with the long filename, it comes up as being a directory, and that&#039;s all it tells me.  Any ideas?

&lt;i&gt;[WM: Reread the uninstall instructions in the body of the article. The correct command to remove the directory and all its contents is included.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>When trying to uninstall mysql, I can remove everything other than the second file with the long filename, it comes up as being a directory, and that&#8217;s all it tells me.  Any ideas?</p>
<p><i>[WM: Reread the uninstall instructions in the body of the article. The correct command to remove the directory and all its contents is included.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bryant Mairs		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-246</link>

		<dc:creator><![CDATA[Bryant Mairs]]></dc:creator>
		<pubDate>Fri, 24 Jun 2005 00:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-246</guid>

					<description><![CDATA[In case this may help others, I figured out what the reinstall problem was. I did some more research and someone suggested that I clear the /Library/Receipts directory of MySQL packages (&lt;b&gt;rm -rf mysql.standard.rest.of.filename&lt;/b&gt;) in order to completely reinstall everything. I guess this was why it said &quot;Upgrade&quot; instead of &quot;Install&quot; when I was (re)installing MySQL. I had 4 files in there related to MySQL from my various reinstallations and such. I deleted all of them and then installed MySQL. This time it said &quot;Install.&quot;  I used the prefpane mentioned above and now everything is working smoothly.]]></description>
			<content:encoded><![CDATA[<p>In case this may help others, I figured out what the reinstall problem was. I did some more research and someone suggested that I clear the /Library/Receipts directory of MySQL packages (<b>rm -rf mysql.standard.rest.of.filename</b>) in order to completely reinstall everything. I guess this was why it said "Upgrade" instead of "Install" when I was (re)installing MySQL. I had 4 files in there related to MySQL from my various reinstallations and such. I deleted all of them and then installed MySQL. This time it said "Install."  I used the prefpane mentioned above and now everything is working smoothly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon Johnson		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-223</link>

		<dc:creator><![CDATA[Simon Johnson]]></dc:creator>
		<pubDate>Mon, 13 Jun 2005 19:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-223</guid>

					<description><![CDATA[There has been some complaint about the Pref Pane not working under Tiger. Try &lt;a href=&quot;http://www.creativeeyes.at/tools/mysqlpp.php&quot;&gt;MySQL PrefPane&lt;/a&gt; - works well on my Tiger and you can use it to set the root password too.]]></description>
			<content:encoded><![CDATA[<p>There has been some complaint about the Pref Pane not working under Tiger. Try <a href="http://www.creativeeyes.at/tools/mysqlpp.php">MySQL PrefPane</a> &#8211; works well on my Tiger and you can use it to set the root password too.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon Johnson		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-220</link>

		<dc:creator><![CDATA[Simon Johnson]]></dc:creator>
		<pubDate>Sat, 11 Jun 2005 22:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-220</guid>

					<description><![CDATA[I downloaded and installed MySQL on Tiger. However when entering &lt;i&gt;&quot;/usr/local/mysql/bin/mysql&lt;/i&gt; I get the following error &lt;i&gt;ERROR 2002 (HY000): Can&#039;t connect to local MySQL server through socket &#039;/tmp/mysql.sock&#039; (61)&lt;/i&gt; Any ideas?

&lt;i&gt;[WM: Sounds like the MySQL database server is not running.  Start it up with the command: sudo /library/startupitems/mysql/mysql start. Then try again.]&lt;/i&gt;
]]></description>
			<content:encoded><![CDATA[<p>I downloaded and installed MySQL on Tiger. However when entering <i>"/usr/local/mysql/bin/mysql</i> I get the following error <i>ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (61)</i> Any ideas?</p>
<p><i>[WM: Sounds like the MySQL database server is not running.  Start it up with the command: sudo /library/startupitems/mysql/mysql start. Then try again.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gaston		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-143</link>

		<dc:creator><![CDATA[Gaston]]></dc:creator>
		<pubDate>Sat, 09 Apr 2005 21:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-143</guid>

					<description><![CDATA[In my thoughts, installing a database and/or an application server on these first-version of Mac mini is not a really good bet.  Unless this is only an experience and you don&#039;t really want to go more &quot;commercial&quot;.

The hard disk is a slow laptop model(4500 rpm and 5400 rpm I think) and these HD are not really built for quickness and reliability.  Depending on the load you will receive on your SQL server, this internal 2 1/2 inch HD should be over-used..

Personaly, I still prefer SCSI drives(parallel and upcoming serials) because it is more than home-level quality drives.  Other 3 1/2 inch drives such as SATA should became reliable in the future I guess !?

The problem for actual Mac mini can be solved by adding an external &quot;real drive&quot; to your mac mini.  Keep the OS and web server on the internal, then installing the high-demanding parts on the external drive.  Unfortunately, right now, the provided firewire port is a 400Mbits and not a 800. 

&lt;i&gt;[WM: Each to his or her own, I suppose. Unless you&#039;re planning to run something like eBay out of your home using your Mac mini, I don&#039;t think most users will really be able to tell a difference in the speed of your hard disk.  Even at 400 megabits, we&#039;re still talking about 40-50 million characters per second of throughput. That&#039;s a lot of web pages.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>In my thoughts, installing a database and/or an application server on these first-version of Mac mini is not a really good bet.  Unless this is only an experience and you don&#8217;t really want to go more "commercial".</p>
<p>The hard disk is a slow laptop model(4500 rpm and 5400 rpm I think) and these HD are not really built for quickness and reliability.  Depending on the load you will receive on your SQL server, this internal 2 1/2 inch HD should be over-used..</p>
<p>Personaly, I still prefer SCSI drives(parallel and upcoming serials) because it is more than home-level quality drives.  Other 3 1/2 inch drives such as SATA should became reliable in the future I guess !?</p>
<p>The problem for actual Mac mini can be solved by adding an external "real drive" to your mac mini.  Keep the OS and web server on the internal, then installing the high-demanding parts on the external drive.  Unfortunately, right now, the provided firewire port is a 400Mbits and not a 800. </p>
<p><i>[WM: Each to his or her own, I suppose. Unless you&#8217;re planning to run something like eBay out of your home using your Mac mini, I don&#8217;t think most users will really be able to tell a difference in the speed of your hard disk.  Even at 400 megabits, we&#8217;re still talking about 40-50 million characters per second of throughput. That&#8217;s a lot of web pages.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Doug		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-84</link>

		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Fri, 11 Feb 2005 16:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-84</guid>

					<description><![CDATA[Thanks, much.  I&#039;m loving these articles, btw.  Keep &#039;em comin&#039;.]]></description>
			<content:encoded><![CDATA[<p>Thanks, much.  I&#8217;m loving these articles, btw.  Keep &#8217;em comin&#8217;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Doug		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-83</link>

		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Fri, 11 Feb 2005 06:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-83</guid>

					<description><![CDATA[Unless I enter sudo su before connecting to the mysql server, I cannot create a new database--I get ERROR 1044 (42000): Access denied for user &#039;&#039;@&#039;localhost&#039; to database &#039;menagerie&#039;.  Should I really have to go the sudo su route to do this?

&lt;i&gt;[WM: Yep. Everything is working correctly. There is a guest MySQL account, but the account has no privileges. Without switching to the root user, you are accessing the MySQL server as guest.  Of course, if you use PhpMyAdmin, it accesses MySQL as root so you&#039;ll be fine there without switching to root access on your machine.]&lt;/i&gt;
]]></description>
			<content:encoded><![CDATA[<p>Unless I enter sudo su before connecting to the mysql server, I cannot create a new database&#8211;I get ERROR 1044 (42000): Access denied for user "@&#8217;localhost&#8217; to database &#8216;menagerie&#8217;.  Should I really have to go the sudo su route to do this?</p>
<p><i>[WM: Yep. Everything is working correctly. There is a guest MySQL account, but the account has no privileges. Without switching to the root user, you are accessing the MySQL server as guest.  Of course, if you use PhpMyAdmin, it accesses MySQL as root so you&#8217;ll be fine there without switching to root access on your machine.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Schleifnet		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-81</link>

		<dc:creator><![CDATA[Mike Schleifnet]]></dc:creator>
		<pubDate>Wed, 09 Feb 2005 19:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-81</guid>

					<description><![CDATA[uninstall?

i installed mysql on my ibook in the hope of fooling around with it to experiment with php, but my package didn&#039;t come with the system prefence file and i can&#039;t seem to get into it to edit even the admin/guest proviledges, so i want to uninstall and i will try the package out another time, but i can&#039;t seem to find the best way to remove the install.  i can&#039;t delete the files from the mysql folder in usr cause they are in use and, being a new switcher, i have no idea how to do a proper uninstall of this program or any other mac program i have if they don&#039;t have an uninstall program.

can you help me out, please email me a response and thanks oh so much
mike

&lt;i&gt;[WM: I&#039;ve updated the body of the article to respond to your questions.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>uninstall?</p>
<p>i installed mysql on my ibook in the hope of fooling around with it to experiment with php, but my package didn&#8217;t come with the system prefence file and i can&#8217;t seem to get into it to edit even the admin/guest proviledges, so i want to uninstall and i will try the package out another time, but i can&#8217;t seem to find the best way to remove the install.  i can&#8217;t delete the files from the mysql folder in usr cause they are in use and, being a new switcher, i have no idea how to do a proper uninstall of this program or any other mac program i have if they don&#8217;t have an uninstall program.</p>
<p>can you help me out, please email me a response and thanks oh so much<br />
mike</p>
<p><i>[WM: I&#8217;ve updated the body of the article to respond to your questions.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Azevedo		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-80</link>

		<dc:creator><![CDATA[John Azevedo]]></dc:creator>
		<pubDate>Tue, 08 Feb 2005 14:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-80</guid>

					<description><![CDATA[I&#039;ve tried to reinstall mysql, because I&#039;m having privileges issues, but apparently I&#039;m not deleteing all the files, because I&#039;m still having the same issues. 
This is what I&#039;ve deleted:
/usr/local/mysql-standard-4.1.9-apple-darwin7.7.0-powerpc/
/Library/StartupItems/MySQLCOM/
/Library/PreferencePanes/MySQL.prefPane/
Am I missing something?
Thanks

&lt;i&gt;[WM: I&#039;ve updated the body of the article to respond to your questions.]&lt;/i&gt;
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried to reinstall mysql, because I&#8217;m having privileges issues, but apparently I&#8217;m not deleteing all the files, because I&#8217;m still having the same issues.<br />
This is what I&#8217;ve deleted:<br />
/usr/local/mysql-standard-4.1.9-apple-darwin7.7.0-powerpc/<br />
/Library/StartupItems/MySQLCOM/<br />
/Library/PreferencePanes/MySQL.prefPane/<br />
Am I missing something?<br />
Thanks</p>
<p><i>[WM: I&#8217;ve updated the body of the article to respond to your questions.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: llewdis		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-58</link>

		<dc:creator><![CDATA[llewdis]]></dc:creator>
		<pubDate>Fri, 04 Feb 2005 05:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-58</guid>

					<description><![CDATA[I don&#039;t know if it just me, but the download link for MySQL was incorrect in this article.  it should be pointing to mysql-standard-4.1.9-apple-darwin7.7.0-powerpc.dmg no the mysql-standard-4.1.9-apple-darwin6.8-powerpc.dmg version as it does.
&lt;i&gt;[WM: You&#039;re correct. The MySQL folks updated it since I wrote the article... which is one of the problems with providing hot links. They&#039;re not hot for long in this business. The other version works just as well, however.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know if it just me, but the download link for MySQL was incorrect in this article.  it should be pointing to mysql-standard-4.1.9-apple-darwin7.7.0-powerpc.dmg no the mysql-standard-4.1.9-apple-darwin6.8-powerpc.dmg version as it does.<br />
<i>[WM: You&#8217;re correct. The MySQL folks updated it since I wrote the article&#8230; which is one of the problems with providing hot links. They&#8217;re not hot for long in this business. The other version works just as well, however.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Cohen		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-48</link>

		<dc:creator><![CDATA[Mike Cohen]]></dc:creator>
		<pubDate>Thu, 03 Feb 2005 15:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-48</guid>

					<description><![CDATA[Excellent series of articles!

I can&#039;t emphasize this strongly enough: &lt;b&gt;DON&#039;T EVEN CONSIDER USING PHP-NUKE&lt;/b&gt;. It has more security holes than windows. If you run a Nuke site, it&#039;s guaranteed to get hacked several times a month. Some script kiddies seem to make a career of hacking Nuke sites, since it&#039;s so vulnerable to SQL injection hacks.

I switched MacMegasite from PHP-Nuke to Drupal and it&#039;s been a huge improvement.]]></description>
			<content:encoded><![CDATA[<p>Excellent series of articles!</p>
<p>I can&#8217;t emphasize this strongly enough: <b>DON&#8217;T EVEN CONSIDER USING PHP-NUKE</b>. It has more security holes than windows. If you run a Nuke site, it&#8217;s guaranteed to get hacked several times a month. Some script kiddies seem to make a career of hacking Nuke sites, since it&#8217;s so vulnerable to SQL injection hacks.</p>
<p>I switched MacMegasite from PHP-Nuke to Drupal and it&#8217;s been a huge improvement.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard Earney		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-part-iii-mysql/comment-page-1/#comment-46</link>

		<dc:creator><![CDATA[Richard Earney]]></dc:creator>
		<pubDate>Thu, 03 Feb 2005 14:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=26#comment-46</guid>

					<description><![CDATA[Nice articles. But you won&#039;t be able to su until you have set up root access which wasn&#039;t mentioned. ie: Using NetInfoManager

&lt;i&gt;[WM: I forgot this step. The way to do this is explained &lt;a href=&quot;http://iraszl.brinkster.net/creativebits/2004/08/os-x-enable-your-root-user.html&quot;&gt;here&lt;/a&gt;. But, as is noted below, you can accomplish the same thing without the aggravation by just typing &quot;sudo su&quot; instead. Thanks.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Nice articles. But you won&#8217;t be able to su until you have set up root access which wasn&#8217;t mentioned. ie: Using NetInfoManager</p>
<p><i>[WM: I forgot this step. The way to do this is explained <a href="http://iraszl.brinkster.net/creativebits/2004/08/os-x-enable-your-root-user.html">here</a>. But, as is noted below, you can accomplish the same thing without the aggravation by just typing "sudo su" instead. Thanks.]</i></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
