<?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: How to connect to a MAMP MySQL database using CocoaMySQL</title> <atom:link href="http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/feed/" rel="self" type="application/rss+xml" /><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/</link> <description>User Experience and Web Interface Designer Lee Munroe</description> <lastBuildDate>Wed, 08 Feb 2012 01:58:08 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Dave</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/comment-page-1/#comment-27659</link> <dc:creator>Dave</dc:creator> <pubDate>Mon, 20 Jun 2011 18:43:04 +0000</pubDate> <guid
isPermaLink="false">http://www.leemunroe.com/?p=296#comment-27659</guid> <description>This came in very handy... thanks Lee.Also works with Sequel Pro. =)</description> <content:encoded><![CDATA[<p>This came in very handy&#8230; thanks Lee.</p><p>Also works with Sequel Pro. =)</p> ]]></content:encoded> </item> <item><title>By: joey</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/comment-page-1/#comment-12036</link> <dc:creator>joey</dc:creator> <pubDate>Mon, 12 Oct 2009 03:00:11 +0000</pubDate> <guid
isPermaLink="false">http://www.leemunroe.com/?p=296#comment-12036</guid> <description>hello guy, can you send me a example code how to connet to mysql with cocoaMSQL in iphone? i have problem with that. thanks a lot.</description> <content:encoded><![CDATA[<p>hello guy, can you send me a example code how to connet to mysql with cocoaMSQL in iphone? i have problem with that. thanks a lot.</p> ]]></content:encoded> </item> <item><title>By: JK</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/comment-page-1/#comment-11606</link> <dc:creator>JK</dc:creator> <pubDate>Wed, 30 Sep 2009 00:40:23 +0000</pubDate> <guid
isPermaLink="false">http://www.leemunroe.com/?p=296#comment-11606</guid> <description>This post is a little lifesaver to those of us dabblers in the realm of MySQL (who don&#039;t understand the gory details, nor want to).  In Sequel Pro (CocoaMySQL&#039;s replacement), this hint can be used to connect to MAMP MySQL, but isn&#039;t required.  In Sequel Pro, there are two ways to connect (actually, three, but SSH is over my head): Standard and Socket.  In Standard, you can connect using host &quot;127.0.0.1&quot; and port &quot;8889&quot;.  In Socket, you can connect using host &quot;localhost&quot; and socket &quot;/applications/mamp/tmp/mysql/mysql.sock&quot;.  Some of this info is also alluded to on the welcome page that opens when you start up MAMP.    By the way, for any Rapidweaver users out there, you can use this hint for viewing MAMP MySQL data (via PHP scripts) live in Rapidweaver&#039;s preview mode.  The PHP script to make the MySQL connection just specifies the host as the path to the socket, instead of &quot;localhost&quot;, for example:
$con = mysql_connect(&quot;:/applications/mamp/tmp/mysql/mysql.sock&quot;,&quot;root&quot;,&quot;root&quot;);
Note the &quot;:&quot; at the start of the path.</description> <content:encoded><![CDATA[<p>This post is a little lifesaver to those of us dabblers in the realm of MySQL (who don&#8217;t understand the gory details, nor want to).  In Sequel Pro (CocoaMySQL&#8217;s replacement), this hint can be used to connect to MAMP MySQL, but isn&#8217;t required.  In Sequel Pro, there are two ways to connect (actually, three, but SSH is over my head): Standard and Socket.  In Standard, you can connect using host &#8220;127.0.0.1&#8243; and port &#8220;8889&#8243;.  In Socket, you can connect using host &#8220;localhost&#8221; and socket &#8220;/applications/mamp/tmp/mysql/mysql.sock&#8221;.  Some of this info is also alluded to on the welcome page that opens when you start up MAMP.    By the way, for any Rapidweaver users out there, you can use this hint for viewing MAMP MySQL data (via PHP scripts) live in Rapidweaver&#8217;s preview mode.  The PHP script to make the MySQL connection just specifies the host as the path to the socket, instead of &#8220;localhost&#8221;, for example:<br
/> $con = mysql_connect(&#8220;:/applications/mamp/tmp/mysql/mysql.sock&#8221;,&#8221;root&#8221;,&#8221;root&#8221;);<br
/> Note the &#8220;:&#8221; at the start of the path.</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/comment-page-1/#comment-8410</link> <dc:creator>Paul</dc:creator> <pubDate>Wed, 17 Jun 2009 16:28:29 +0000</pubDate> <guid
isPermaLink="false">http://www.leemunroe.com/?p=296#comment-8410</guid> <description>thanks a million! That was just the information I needed...</description> <content:encoded><![CDATA[<p>thanks a million! That was just the information I needed&#8230;</p> ]]></content:encoded> </item> <item><title>By: Julia</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/comment-page-1/#comment-7792</link> <dc:creator>Julia</dc:creator> <pubDate>Fri, 22 May 2009 10:24:10 +0000</pubDate> <guid
isPermaLink="false">http://www.leemunroe.com/?p=296#comment-7792</guid> <description>I have spent ages trying to figure this out. I put in my very specific google query with little hope of an answer and here it is!  Thankyou thankyou thankyou!</description> <content:encoded><![CDATA[<p>I have spent ages trying to figure this out. I put in my very specific google query with little hope of an answer and here it is!  Thankyou thankyou thankyou!</p> ]]></content:encoded> </item> <item><title>By: Lee</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/comment-page-1/#comment-330</link> <dc:creator>Lee</dc:creator> <pubDate>Sun, 09 Nov 2008 13:56:57 +0000</pubDate> <guid
isPermaLink="false">http://www.leemunroe.com/?p=296#comment-330</guid> <description>@JesperA: Yes you should be able to, as long as your host allows it</description> <content:encoded><![CDATA[<p>@JesperA: Yes you should be able to, as long as your host allows it</p> ]]></content:encoded> </item> <item><title>By: JesperA</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/comment-page-1/#comment-328</link> <dc:creator>JesperA</dc:creator> <pubDate>Sun, 09 Nov 2008 10:00:05 +0000</pubDate> <guid
isPermaLink="false">http://www.leemunroe.com/?p=296#comment-328</guid> <description>Thanks for the tip, CocoaMySQL (now Sequel Pro) works great, one question though, is it possible to connect to a MySQL database that´s not on my computer?</description> <content:encoded><![CDATA[<p>Thanks for the tip, CocoaMySQL (now Sequel Pro) works great, one question though, is it possible to connect to a MySQL database that´s not on my computer?</p> ]]></content:encoded> </item> <item><title>By: Phil Thompson</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/comment-page-1/#comment-177</link> <dc:creator>Phil Thompson</dc:creator> <pubDate>Fri, 24 Oct 2008 10:12:41 +0000</pubDate> <guid
isPermaLink="false">http://www.leemunroe.com/?p=296#comment-177</guid> <description>Ah, yes I remember this form when I first setup MAMP/CocoaMySQL. Actually, I tend to use MySQL Tools&#039; Administrator and/or Query browser for my MySQL needs and don&#039;t use CocoaMySQL but perhaps I should give it another whirl.</description> <content:encoded><![CDATA[<p>Ah, yes I remember this form when I first setup MAMP/CocoaMySQL. Actually, I tend to use MySQL Tools&#8217; Administrator and/or Query browser for my MySQL needs and don&#8217;t use CocoaMySQL but perhaps I should give it another whirl.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 15/32 queries in 0.321 seconds using disk: basic

Served from: www.leemunroe.com @ 2012-02-11 15:23:43 -->
