<?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 for superfancy</title>
	<atom:link href="http://superfancy.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://superfancy.net</link>
	<description>version .02: slowly getting there</description>
	<lastBuildDate>Mon, 05 Jul 2010 20:58:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Setting up PHP, MySQL, and Apache in Mac OSX Leopard by Jon</title>
		<link>http://superfancy.net/coding/php-mysql-apache-in-mac-osx-leopard/comment-page-2/#comment-325</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 05 Jul 2010 20:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=33#comment-325</guid>
		<description>Hi! I had the same &quot;ERROR! Manager of pid-file quit without updating file.&quot; problem.

I had installed mysql using MacPorts and it turned out mysqld.sock defaulted to be in &#039;/opt/local/var/run/mysql5&#039; - a directory that didn&#039;t exist! So after creating &#039;run&#039; and &#039;mysql5&#039; and setting owner and group to &#039;_mysql&#039; followed by fixing up php.ini to point at mysqld.sock (and restarting Apache) everything works!

This is on an old PPC Mini with OSX 10.5.8.</description>
		<content:encoded><![CDATA[<p>Hi! I had the same &#8220;ERROR! Manager of pid-file quit without updating file.&#8221; problem.</p>
<p>I had installed mysql using MacPorts and it turned out mysqld.sock defaulted to be in &#8216;/opt/local/var/run/mysql5&#8242; &#8211; a directory that didn&#8217;t exist! So after creating &#8216;run&#8217; and &#8216;mysql5&#8242; and setting owner and group to &#8216;_mysql&#8217; followed by fixing up php.ini to point at mysqld.sock (and restarting Apache) everything works!</p>
<p>This is on an old PPC Mini with OSX 10.5.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up PHP, MySQL, and Apache in Mac OSX Leopard by Khalid</title>
		<link>http://superfancy.net/coding/php-mysql-apache-in-mac-osx-leopard/comment-page-2/#comment-323</link>
		<dc:creator>Khalid</dc:creator>
		<pubDate>Sat, 05 Jun 2010 04:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=33#comment-323</guid>
		<description>Ok. I fixed the problem with sudo. It was permission problem.

But the problem of not finding sql.sock is still with me.</description>
		<content:encoded><![CDATA[<p>Ok. I fixed the problem with sudo. It was permission problem.</p>
<p>But the problem of not finding sql.sock is still with me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Buddy: A MySQL admin utility by Stevie</title>
		<link>http://superfancy.net/coding/sql-buddy-mysql-admin-utility/comment-page-1/#comment-322</link>
		<dc:creator>Stevie</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=111#comment-322</guid>
		<description>@Khalid: I have not gotten around to trying out SQLyog yet. I mainly use Navicat these days for all MySQL administration needs.</description>
		<content:encoded><![CDATA[<p>@Khalid: I have not gotten around to trying out SQLyog yet. I mainly use Navicat these days for all MySQL administration needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Buddy: A MySQL admin utility by Khalid</title>
		<link>http://superfancy.net/coding/sql-buddy-mysql-admin-utility/comment-page-1/#comment-321</link>
		<dc:creator>Khalid</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=111#comment-321</guid>
		<description>Hi Steve,

Did you try SQLyog?

How do you install it on Mac? If you don&#039;t mind me asking?</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Did you try SQLyog?</p>
<p>How do you install it on Mac? If you don&#8217;t mind me asking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up PHP, MySQL, and Apache in Mac OSX Leopard by Khalid</title>
		<link>http://superfancy.net/coding/php-mysql-apache-in-mac-osx-leopard/comment-page-2/#comment-320</link>
		<dc:creator>Khalid</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=33#comment-320</guid>
		<description>This is an excellent tutorial on how to setup PHP, MYSQL, and APACHE on a Mac. Thank you so much for this!!.I just hope this discussion is still open.

I faced one problem with my sql. When I looked at /etc I could not find sql.sock that is where I got stuck. Also, when I tried to start mysql via terminal I get the following:
Oryx:~ kskhater$ sudo /usr/local/mysql-5.5.2-m2-osx10.6-x86/support-files/mysql.server start
sudo: /etc/sudoers is mode 0644, should be 0440
Segmentation fault</description>
		<content:encoded><![CDATA[<p>This is an excellent tutorial on how to setup PHP, MYSQL, and APACHE on a Mac. Thank you so much for this!!.I just hope this discussion is still open.</p>
<p>I faced one problem with my sql. When I looked at /etc I could not find sql.sock that is where I got stuck. Also, when I tried to start mysql via terminal I get the following:<br />
Oryx:~ kskhater$ sudo /usr/local/mysql-5.5.2-m2-osx10.6-x86/support-files/mysql.server start<br />
sudo: /etc/sudoers is mode 0644, should be 0440<br />
Segmentation fault</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Administrator on Mac OSX Leopard: A Few Tips and Tricks by Kojeck</title>
		<link>http://superfancy.net/coding/mysql-administrator-on-mac-osx-leopard-tips-and-tricks/comment-page-1/#comment-319</link>
		<dc:creator>Kojeck</dc:creator>
		<pubDate>Wed, 02 Jun 2010 03:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=80#comment-319</guid>
		<description>thx dude. u saved my life. :)</description>
		<content:encoded><![CDATA[<p>thx dude. u saved my life. <img src='http://superfancy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up PHP, MySQL, and Apache in Mac OSX Leopard by Tom</title>
		<link>http://superfancy.net/coding/php-mysql-apache-in-mac-osx-leopard/comment-page-2/#comment-313</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 27 Apr 2010 19:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=33#comment-313</guid>
		<description>Hey Jim,

I have exactly the same issue as you. I had installed MySQL and had is running fine yesterday. Since then I have restarted my macbook and now can&#039;t get the server to start.

Exactly the input in terminal producing exactly the same error message.

If you get it sorted then please post and let me know</description>
		<content:encoded><![CDATA[<p>Hey Jim,</p>
<p>I have exactly the same issue as you. I had installed MySQL and had is running fine yesterday. Since then I have restarted my macbook and now can&#8217;t get the server to start.</p>
<p>Exactly the input in terminal producing exactly the same error message.</p>
<p>If you get it sorted then please post and let me know</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Administrator on Mac OSX Leopard: A Few Tips and Tricks by Stevie</title>
		<link>http://superfancy.net/coding/mysql-administrator-on-mac-osx-leopard-tips-and-tricks/comment-page-1/#comment-311</link>
		<dc:creator>Stevie</dc:creator>
		<pubDate>Wed, 24 Mar 2010 23:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=80#comment-311</guid>
		<description>@Jonas: You&#039;re welcome! Glad you found the article useful.</description>
		<content:encoded><![CDATA[<p>@Jonas: You&#8217;re welcome! Glad you found the article useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Administrator on Mac OSX Leopard: A Few Tips and Tricks by Jonas E</title>
		<link>http://superfancy.net/coding/mysql-administrator-on-mac-osx-leopard-tips-and-tricks/comment-page-1/#comment-310</link>
		<dc:creator>Jonas E</dc:creator>
		<pubDate>Tue, 23 Mar 2010 22:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=80#comment-310</guid>
		<description>Just had to thank you - probably would&#039;ve taken me A LOT longer to figure out by myself..</description>
		<content:encoded><![CDATA[<p>Just had to thank you &#8211; probably would&#8217;ve taken me A LOT longer to figure out by myself..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up PHP, MySQL, and Apache in Mac OSX Leopard by Jim</title>
		<link>http://superfancy.net/coding/php-mysql-apache-in-mac-osx-leopard/comment-page-2/#comment-309</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 06 Mar 2010 11:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.steviebenge.com/?p=33#comment-309</guid>
		<description>So, some progress.

I completely unistalled mysql by following this http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/

I then reinstalled mysql-5.1.44-osx10.5-x86.dmg and installed the startup items and the pref pane.

I could then start/stop mysql either through the pref pane or using the Terminal commands:
sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop

Green &quot;running&quot; in the MySQL Pref Pane. Cool!

From this point I continued on with your tutorial&quot;Getting MySQL and PHP to communicate&quot; and create the my.cnf. Just as soon as I create it, the MySQL server stopped and cannot be started unless I remove the my.cnf file.

So, this is where I am now stuck. Ideas?</description>
		<content:encoded><![CDATA[<p>So, some progress.</p>
<p>I completely unistalled mysql by following this <a href="http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/" rel="nofollow">http://akrabat.com/computing/uninstalling-mysql-on-mac-os-x-leopard/</a></p>
<p>I then reinstalled mysql-5.1.44-osx10.5-x86.dmg and installed the startup items and the pref pane.</p>
<p>I could then start/stop mysql either through the pref pane or using the Terminal commands:<br />
sudo /Library/StartupItems/MySQLCOM/MySQLCOM start<br />
sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop</p>
<p>Green &#8220;running&#8221; in the MySQL Pref Pane. Cool!</p>
<p>From this point I continued on with your tutorial&#8221;Getting MySQL and PHP to communicate&#8221; and create the my.cnf. Just as soon as I create it, the MySQL server stopped and cannot be started unless I remove the my.cnf file.</p>
<p>So, this is where I am now stuck. Ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
