<?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: Mac OS X MySQL Install</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/</link>
	<description>Michael McLaughlin&#039;s Technical Blog</description>
	<lastBuildDate>Fri, 24 May 2013 06:00:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-2/#comment-718358</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Fri, 24 May 2013 06:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-718358</guid>
		<description><![CDATA[What&#039;s in your &lt;code&gt;/etc/hosts&lt;/code&gt; file?]]></description>
		<content:encoded><![CDATA[<p>What&#8217;s in your <code>/etc/hosts</code> file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-2/#comment-715582</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Tue, 21 May 2013 22:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-715582</guid>
		<description><![CDATA[Hi-
I have installed 5.6.11 on Mac OS 10.8.3. Install seemed to go OK, but I have the following issue.
If I try to get to mysql without specifying a host, or by specifying localhost, I get the following error:

mysql -uroot
Can&#039;t connect to local MySQL server through socket &#039;/tmp/mysql.sock&#039;

mysql -uroot -hlocalhost
Can&#039;t connect to local MySQL server through socket &#039;/tmp/mysql.sock&#039;

But if I specify a numeric host, it works fine-
mysql -uroot -h127.0.0.1
...
mysql&gt;

Any thoughts as to what might be causing this? And how I could fix it? Ideally, I would not need to specify a host when connecting to a local db...]]></description>
		<content:encoded><![CDATA[<p>Hi-<br />
I have installed 5.6.11 on Mac OS 10.8.3. Install seemed to go OK, but I have the following issue.<br />
If I try to get to mysql without specifying a host, or by specifying localhost, I get the following error:</p>
<p>mysql -uroot<br />
Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217;</p>
<p>mysql -uroot -hlocalhost<br />
Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217;</p>
<p>But if I specify a numeric host, it works fine-<br />
mysql -uroot -h127.0.0.1<br />
&#8230;<br />
mysql&gt;</p>
<p>Any thoughts as to what might be causing this? And how I could fix it? Ideally, I would not need to specify a host when connecting to a local db&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-2/#comment-714873</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Tue, 21 May 2013 07:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-714873</guid>
		<description><![CDATA[ok i found my mistake it was the mistake in the path itself/usr/local/mysql-5.5.11-osx10.6-x86_64
instead of/usr/local/mysql-5.6.11-osx10.6-x86_64
but now when i write echo $PATH it also return me the/usr/local/mysql-5.5.11-osx10.6-x86_64
and /usr/local/mysql-5.6.11-osx10.6-x86_64
how to delete it]]></description>
		<content:encoded><![CDATA[<p>ok i found my mistake it was the mistake in the path itself/usr/local/mysql-5.5.11-osx10.6-x86_64<br />
instead of/usr/local/mysql-5.6.11-osx10.6-x86_64<br />
but now when i write echo $PATH it also return me the/usr/local/mysql-5.5.11-osx10.6-x86_64<br />
and /usr/local/mysql-5.6.11-osx10.6-x86_64<br />
how to delete it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-1/#comment-712986</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Sun, 19 May 2013 09:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-712986</guid>
		<description><![CDATA[thanks, i moved my .bash_login to /Users/myusername and now i can start and stop mysql server from mysqlstart and mysqlstop command, also mysqlstatus works.
but which -a mysql have no any response.
can you help me with that please?

my .bash_login path is # Set the MySQL Home environment variable to point to the root directory of the MySQL installation.
export set MYSQL_HOME=/usr/local/mysql-5.5.11-osx10.6-x86_64
 
# Add the /bin directory from the MYSQL_HOME location into your $PATH environment variable.
export set PATH=$PATH:$MYSQL_HOME/bin]]></description>
		<content:encoded><![CDATA[<p>thanks, i moved my .bash_login to /Users/myusername and now i can start and stop mysql server from mysqlstart and mysqlstop command, also mysqlstatus works.<br />
but which -a mysql have no any response.<br />
can you help me with that please?</p>
<p>my .bash_login path is # Set the MySQL Home environment variable to point to the root directory of the MySQL installation.<br />
export set MYSQL_HOME=/usr/local/mysql-5.5.11-osx10.6-x86_64</p>
<p># Add the /bin directory from the MYSQL_HOME location into your $PATH environment variable.<br />
export set PATH=$PATH:$MYSQL_HOME/bin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-1/#comment-710657</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Fri, 17 May 2013 23:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-710657</guid>
		<description><![CDATA[It should be in your user&#039;s home directory:

&lt;pre lang=&quot;bash&quot;&gt;
/Users/username
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>It should be in your user&#8217;s home directory:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>Users<span style="color: #000000; font-weight: bold;">/</span>username</pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-1/#comment-708709</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Thu, 16 May 2013 06:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-708709</guid>
		<description><![CDATA[I did all the way to the command . ./.bash_login
the answer was: -bash: ./.bash_login: No such file or directory
and for which -a mysql
there wasn&#039;t any response at all.

i am using mountain lion 10.8.3
installing mysql version  mysql-5.6.11-osx10.6-x86_64

i am totally new into mac, but i used to work on linux before....long time ago....so i forgot some of the basics...

my questions are:
where .bash_login should be create (under which path)
after i edited the .bash_login how should i restart the shell
why both commands don&#039;t have response like you wrote here]]></description>
		<content:encoded><![CDATA[<p>I did all the way to the command . ./.bash_login<br />
the answer was: -bash: ./.bash_login: No such file or directory<br />
and for which -a mysql<br />
there wasn&#8217;t any response at all.</p>
<p>i am using mountain lion 10.8.3<br />
installing mysql version  mysql-5.6.11-osx10.6-x86_64</p>
<p>i am totally new into mac, but i used to work on linux before&#8230;.long time ago&#8230;.so i forgot some of the basics&#8230;</p>
<p>my questions are:<br />
where .bash_login should be create (under which path)<br />
after i edited the .bash_login how should i restart the shell<br />
why both commands don&#8217;t have response like you wrote here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-1/#comment-673188</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Sat, 13 Apr 2013 22:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-673188</guid>
		<description><![CDATA[These instructions are excellent and got mySQL up and running on my iMac easily and quickly.  Thanks so much for posting these instructions maclochlainn]]></description>
		<content:encoded><![CDATA[<p>These instructions are excellent and got mySQL up and running on my iMac easily and quickly.  Thanks so much for posting these instructions maclochlainn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-1/#comment-635642</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sun, 10 Mar 2013 18:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-635642</guid>
		<description><![CDATA[These are the instructions that should be on the official MySQL website. Great job!  If only all tech setup instructions were this clear and helpful. many thanks maclochlainn.]]></description>
		<content:encoded><![CDATA[<p>These are the instructions that should be on the official MySQL website. Great job!  If only all tech setup instructions were this clear and helpful. many thanks maclochlainn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-1/#comment-628991</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Sat, 02 Mar 2013 21:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-628991</guid>
		<description><![CDATA[Thanks, I&#039;ve updated the post with the new aliases.]]></description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve updated the post with the new aliases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/2011/02/10/mac-os-x-mysql-install/comment-page-1/#comment-628990</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Sat, 02 Mar 2013 21:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?p=4649#comment-628990</guid>
		<description><![CDATA[I got a chance to update the post today. Let me know if you think it works?]]></description>
		<content:encoded><![CDATA[<p>I got a chance to update the post today. Let me know if you think it works?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
