<?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: mysql command doesn&#8217;t work in OS X snow leopard</title>
	<atom:link href="http://masseltech.com/2010/01/mysql-command-doesnt-work-in-os-x-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://masseltech.com/2010/01/mysql-command-doesnt-work-in-os-x-snow-leopard/</link>
	<description>Because sometimes I have good ideas too</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:25:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://masseltech.com/2010/01/mysql-command-doesnt-work-in-os-x-snow-leopard/comment-page-1/#comment-2583</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 11 Apr 2010 18:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://masseltech.com/?p=155#comment-2583</guid>
		<description>You&#039;re the man!!!!!
Thanks a lot, it&#039;s working smooth now!

Matt</description>
		<content:encoded><![CDATA[<p>You&#8217;re the man!!!!!<br />
Thanks a lot, it&#8217;s working smooth now!</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Massel</title>
		<link>http://masseltech.com/2010/01/mysql-command-doesnt-work-in-os-x-snow-leopard/comment-page-1/#comment-2582</link>
		<dc:creator>Jeremy Massel</dc:creator>
		<pubDate>Sun, 11 Apr 2010 17:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://masseltech.com/?p=155#comment-2582</guid>
		<description>Matt - mysql is only installed as part of MAMP, you don&#039;t have it on your computer itself. because of this, the mysql daemon is only running when MAMP is running. if you launch MAMP then navigate in terminal to /Applications/MAMP/Library/bin/ then type ./mysqldump -a -u -p soukha_be &gt; base_test.mysql you may have better luck :)</description>
		<content:encoded><![CDATA[<p>Matt &#8211; mysql is only installed as part of MAMP, you don&#8217;t have it on your computer itself. because of this, the mysql daemon is only running when MAMP is running. if you launch MAMP then navigate in terminal to /Applications/MAMP/Library/bin/ then type ./mysqldump -a -u -p soukha_be &gt; base_test.mysql you may have better luck :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://masseltech.com/2010/01/mysql-command-doesnt-work-in-os-x-snow-leopard/comment-page-1/#comment-2581</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 11 Apr 2010 17:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://masseltech.com/?p=155#comment-2581</guid>
		<description>Thanks J.

The only mysqldump file I have on my computer is in : /Applications/MAMP/Library/bin/mysqldump

But the following command still doesn&#039;t work:

iMac-de-Matthieu-Neale:bin matthieuneale$ mysqldump -a -u -p soukha_be &gt; base_test.mysql
-bash: mysqldump: command not found

What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Thanks J.</p>
<p>The only mysqldump file I have on my computer is in : /Applications/MAMP/Library/bin/mysqldump</p>
<p>But the following command still doesn&#8217;t work:</p>
<p>iMac-de-Matthieu-Neale:bin matthieuneale$ mysqldump -a -u -p soukha_be &gt; base_test.mysql<br />
-bash: mysqldump: command not found</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Massel</title>
		<link>http://masseltech.com/2010/01/mysql-command-doesnt-work-in-os-x-snow-leopard/comment-page-1/#comment-2578</link>
		<dc:creator>Jeremy Massel</dc:creator>
		<pubDate>Sun, 11 Apr 2010 15:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://masseltech.com/?p=155#comment-2578</guid>
		<description>Matt, depending on which version of mySQL you have installed, it might not be in the same folder. it depends whether you&#039;ve installed it with the installer or compiled it yourself.

Navigatie to /usr/local/mysql/bin in terminal. if it&#039;s not there, you know that&#039;s the problem. if it is there, type ./mysqldump and you can run it that way. If you&#039;re unable to find it there, I&#039;d look up different locations for mysql and change the path accordingly in the command above. 

hope that helps.</description>
		<content:encoded><![CDATA[<p>Matt, depending on which version of mySQL you have installed, it might not be in the same folder. it depends whether you&#8217;ve installed it with the installer or compiled it yourself.</p>
<p>Navigatie to /usr/local/mysql/bin in terminal. if it&#8217;s not there, you know that&#8217;s the problem. if it is there, type ./mysqldump and you can run it that way. If you&#8217;re unable to find it there, I&#8217;d look up different locations for mysql and change the path accordingly in the command above. </p>
<p>hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://masseltech.com/2010/01/mysql-command-doesnt-work-in-os-x-snow-leopard/comment-page-1/#comment-2575</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 11 Apr 2010 08:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://masseltech.com/?p=155#comment-2575</guid>
		<description>Hello J.
I tried your solution but did&#039;nt work for me.
I still get the &quot;command not found&quot; message and a 0bytes file is created. 
I opened a tread in the Mysql Forum http://forums.mysql.com/read.php?10,362651,362651#msg-362651
Maybe you can help me...?

Thanks, 
Matt</description>
		<content:encoded><![CDATA[<p>Hello J.<br />
I tried your solution but did&#8217;nt work for me.<br />
I still get the &#8220;command not found&#8221; message and a 0bytes file is created.<br />
I opened a tread in the Mysql Forum <a href="http://forums.mysql.com/read.php?10,362651,362651#msg-362651" rel="nofollow">http://forums.mysql.com/read.php?10,362651,362651#msg-362651</a><br />
Maybe you can help me&#8230;?</p>
<p>Thanks,<br />
Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
