<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sam Pierson&#039;s Blog &#187; osx</title>
	<atom:link href="http://sampierson.com/blog/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://sampierson.com/blog</link>
	<description>Augmentation of an Imperfect Memory.</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Selenium-RC and Snow Leopard</title>
		<link>http://sampierson.com/blog/software-development/selenium-rc-and-snow-leopard/</link>
		<comments>http://sampierson.com/blog/software-development/selenium-rc-and-snow-leopard/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 00:47:34 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=661</guid>
		<description><![CDATA[Selenium-RC was having issues on Snow Leopard:

&#160;
dyld: Library not loaded: /usr/lib/libsqlite3.dylib
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Reason: Incompatible library version: Security requires version 9.0.0 or later, but libsqlite3.dylib provides version 1.0.0

Web searches produced a lot of information including some workarounds that didn&#8217;t.  Finally I read that Selenium-RC 1.x has some hardcoded paths in it that mean it won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Selenium-RC was having issues on Snow Leopard:</p>

<div class="wp_syntax"><div class="code"><pre class="foo" style="font-family:monospace;">&nbsp;
dyld: Library not loaded: /usr/lib/libsqlite3.dylib
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Reason: Incompatible library version: Security requires version 9.0.0 or later, but libsqlite3.dylib provides version 1.0.0</pre></div></div>

<p>Web searches produced a lot of information including some workarounds that didn&#8217;t.  Finally I read that Selenium-RC 1.x has some hardcoded paths in it that mean it won&#8217;t work with Snow Leopard, and you need to get the Selenium-RC 2.x jar (alpha at this time).  The easiest way to do this is to install the <a href="http://gemcutter.org/gems/selenium-rc">selenium-rc gem</a> that <a href="http://github.com/pivotal/selenium-rc">Pivotal packaged</a>.</p>
<p>[Update]</p>
<p>More recently,  have been having issues running Cucumber/Webrat/Selenium on new MacOS systems.  It turns out that Webrat contains an out-of-date version of the selenium server jar file.  If you are using Webrat, you need to copy the good selenium-server.jar from the selenium-rc package over the version contained in the Webrat gem.  Something like:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">&nbsp;
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Ruby<span style="color: #000000; font-weight: bold;">/</span>Gems<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.8</span><span style="color: #000000; font-weight: bold;">/</span>gems<span style="color: #000000; font-weight: bold;">/</span>selenium-rc-2.2.1<span style="color: #000000; font-weight: bold;">/</span>vendor<span style="color: #000000; font-weight: bold;">/</span>selenium-server.jar <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Ruby<span style="color: #000000; font-weight: bold;">/</span>Gems<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.8</span><span style="color: #000000; font-weight: bold;">/</span>gems<span style="color: #000000; font-weight: bold;">/</span>webrat-0.7.0<span style="color: #000000; font-weight: bold;">/</span>vendor<span style="color: #000000; font-weight: bold;">/</span>selenium-server.jar</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/software-development/selenium-rc-and-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Completely uninstall mysql from Mac OS X</title>
		<link>http://sampierson.com/blog/uncategorized/completely-uninstall-mysql-from-mac-os-x/</link>
		<comments>http://sampierson.com/blog/uncategorized/completely-uninstall-mysql-from-mac-os-x/#comments</comments>
		<pubDate>Thu, 14 May 2009 23:54:42 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=576</guid>
		<description><![CDATA[Remove mysql, prefpane item, startup item.
then:

sudo rm -rf /Library/Receipts/mysql*

There is a good complete explanation of this here.
]]></description>
			<content:encoded><![CDATA[<p>Remove mysql, prefpane item, startup item.<br />
then:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Receipts<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">*</span></pre></div></div>

<p>There is a good complete explanation of this <a href="http://akrabat.com/2008/09/11/uninstalling-mysql-on-mac-os-x-leopard/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/uncategorized/completely-uninstall-mysql-from-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X command-line launchd control of mysql</title>
		<link>http://sampierson.com/blog/system-administration/osx-launchd-mysql-control/</link>
		<comments>http://sampierson.com/blog/system-administration/osx-launchd-mysql-control/#comments</comments>
		<pubDate>Thu, 14 May 2009 23:45:57 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=572</guid>
		<description><![CDATA[To start, stop and disable mysql server from the command line:

# start
sudo launchctl start com.mysql.mysqld
# stop
sudo launchctl stop com.mysql.mysqld
# Unload
sudo launchctl unload /Library/LaunchDaemons/com.mysql.mysqld.plist

]]></description>
			<content:encoded><![CDATA[<p>To start, stop and disable mysql server from the command line:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># start</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> launchctl start com.mysql.mysqld
<span style="color: #666666; font-style: italic;"># stop</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> launchctl stop com.mysql.mysqld
<span style="color: #666666; font-style: italic;"># Unload</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> launchctl unload <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.mysql.mysqld.plist</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/system-administration/osx-launchd-mysql-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal.app custom tab names</title>
		<link>http://sampierson.com/blog/system-administration/terminal_custom_tab_names/</link>
		<comments>http://sampierson.com/blog/system-administration/terminal_custom_tab_names/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 05:07:24 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=551</guid>
		<description><![CDATA[So it turns out you can have the best of both worlds.  I have been using ITerm for a while because it allows me to rename its tabs.  Chad just turned me on to a hack that makes the same thing possible with Terminal.app:
1.  Install SIMBL:  http://www.culater.net/software/SIMBL/SIMBL.php
2.  Install TabNamer.Bundle: http://ericanderson.us/2008/03/02/terminalapp-tab-namer-v01-alpha/
 [...]]]></description>
			<content:encoded><![CDATA[<p>So it turns out you can have the best of both worlds.  I have been using ITerm for a while because it allows me to rename its tabs.  <a href="http://thewoolleyweb.com/">Chad</a> just turned me on to a hack that makes the same thing possible with Terminal.app:</p>
<p>1.  Install SIMBL:  <a href="http://www.culater.net/software/SIMBL/SIMBL.php">http://www.culater.net/software/SIMBL/SIMBL.php</a></p>
<p>2.  Install TabNamer.Bundle: <a href="http://ericanderson.us/2008/03/02/terminalapp-tab-namer-v01-alpha/">http://ericanderson.us/2008/03/02/terminalapp-tab-namer-v01-alpha/</a><br />
  a.  download &#038; unzip<br />
  b.  move TabNamer.Bundle to ~/Library/Application Support/SIMBL/Plugins</p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/system-administration/terminal_custom_tab_names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacOS Leopard bash echo not interpreting escape sequences</title>
		<link>http://sampierson.com/blog/system-administration/macos-leopard-bash-echo-not-interpreting-escape-sequences/</link>
		<comments>http://sampierson.com/blog/system-administration/macos-leopard-bash-echo-not-interpreting-escape-sequences/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 22:58:56 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=527</guid>
		<description><![CDATA[I just hit this incredibly retarded irritating gotcha in Mac OS Leopard.  Luckily, unlike this poor bastard, it only cost me an hour.
Bash echo is supposed to interpret \ escape sequences (e.g. \n) if you supply it a -e flag.  This works from the command line.  It works in shell scripts.  [...]]]></description>
			<content:encoded><![CDATA[<p>I just hit this incredibly retarded irritating gotcha in Mac OS Leopard.  Luckily, unlike <a href="http://interrupt-driven.com/archives/2007/12/leopard_gotcha_command_modeleg.html">this poor bastard</a>, it only cost me an hour.</p>
<p>Bash echo is supposed to interpret \ escape sequences (e.g. \n) if you supply it a -e flag.  This works from the command line.  It works in shell scripts.  It works in &#8217;system&#8217; commands inside rake scripts.  <strong>Unless of course you ssh into the very same system and run the same rake script</strong>; then it stops working.</p>
<p>I tracked this down to the <em>COMMAND_MODE=legacy</em> environment variable, which if missing (and it is missing if I ssh in) makes Leopard do all sorts of stupid <a href="http://developer.apple.com/releasenotes/Darwin/RN-Unix03Conformance/">Single UNIX Specification Version 3 (SUSv3) compatibility crap</a>.  As Stephen points out, this even breaks GNU autoconf scripts!  Way to go, Apple &#8211;  talk about missing the point completely.</p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/system-administration/macos-leopard-bash-echo-not-interpreting-escape-sequences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iStat menus</title>
		<link>http://sampierson.com/blog/system-administration/istat-menus/</link>
		<comments>http://sampierson.com/blog/system-administration/istat-menus/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 22:57:59 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=316</guid>
		<description><![CDATA[There appear to be a couple of different iStat applications.  You want this one.
]]></description>
			<content:encoded><![CDATA[<p>There appear to be a couple of different iStat applications.  You want <a href="http://islayer.com/apps/istatmenus/">this one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/system-administration/istat-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing RubyMine memory usage</title>
		<link>http://sampierson.com/blog/software-development/increasing-rubymine-memory-usage/</link>
		<comments>http://sampierson.com/blog/software-development/increasing-rubymine-memory-usage/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 18:33:34 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rubymine]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=314</guid>
		<description><![CDATA[After a long search I figured out how to increase the memory available for RubyMine on MacOS:
In RubyMine.app/Contents/Info.plist
Find:


&#60;key&#62;VMOptions&#60;/key&#62;
&#60;string&#62;-Xms16m -Xmx192m ...

Xmx is maximum memory to use.
]]></description>
			<content:encoded><![CDATA[<p>After a long search I figured out how to increase the memory available for RubyMine on MacOS:</p>
<p>In RubyMine.app/Contents/Info.plist</p>
<p>Find:<br />
<br/></p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>VMOptions<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>-Xms16m -Xmx192m ...</pre></div></div>

<p>Xmx is maximum memory to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/software-development/increasing-rubymine-memory-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LockScreen icon in menu bar on MacOS X</title>
		<link>http://sampierson.com/blog/macos/lockscreen-icon-in-menu-bar-on-macos-x/</link>
		<comments>http://sampierson.com/blog/macos/lockscreen-icon-in-menu-bar-on-macos-x/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 00:58:26 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=311</guid>
		<description><![CDATA[
How to add an icon in your MacOS X menu bar (a la System Tray) that will allow you to lock the screen:
/Applications/Utilities/Keychain Access.app
-&#62; Preferences -&#62; General -&#62; Show Status in Menu Bar
]]></description>
			<content:encoded><![CDATA[<div>
<p>How to add an icon in your MacOS X menu bar (a la System Tray) that will allow you to lock the screen:</p>
<p>/Applications/Utilities/Keychain Access.app</p>
<p>-&gt; Preferences -&gt; General -&gt; Show Status in Menu Bar</p></div>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/macos/lockscreen-icon-in-menu-bar-on-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ruby MySQL gem on Mac OS X Leopard</title>
		<link>http://sampierson.com/blog/system-administration/installing-ruby-mysql-gem-on-mac-os-x-leopard/</link>
		<comments>http://sampierson.com/blog/system-administration/installing-ruby-mysql-gem-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 13:24:30 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=254</guid>
		<description><![CDATA[Thanks to this post, I discovered how to install the MySQL ruby gem on Mac OS X:
You must be using the x86 variant of MySQL, not x86_64, apparently.  Then:

sudo env ARCHFLAGS=&#34;-arch i386&#34; gem install mysql -- \
--with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib \
--with-mysql-include=/usr/local/mysql/include

]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://wonko.com/post/how-to-install-the-mysqlruby-gem-on-mac-os-x-leopard">this post</a>, I discovered how to install the MySQL ruby gem on Mac OS X:</p>
<p>You must be using the x86 variant of MySQL, not x86_64, apparently.  Then:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">env</span> <span style="color: #007800;">ARCHFLAGS</span>=<span style="color: #ff0000;">&quot;-arch i386&quot;</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> mysql <span style="color: #660033;">--</span> \
<span style="color: #660033;">--with-mysql-dir</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">local</span><span style="color: #000000; font-weight: bold;">/</span>mysql <span style="color: #660033;">--with-mysql-lib</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">local</span><span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>lib \
<span style="color: #660033;">--with-mysql-include</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">local</span><span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>include</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/system-administration/installing-ruby-mysql-gem-on-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SchemaSpy with MySQL on Mac OS X</title>
		<link>http://sampierson.com/blog/software-development/schemaspy-with-mysql-on-mac-os-x/</link>
		<comments>http://sampierson.com/blog/software-development/schemaspy-with-mysql-on-mac-os-x/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 19:16:07 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=250</guid>
		<description><![CDATA[To get SchemaSpy working on Mac OS X, I:
Downloaded the latest SchemaSpy, schemaSpy_4.0.0.jar
Installed GraphViz using MacPorts

sudo port install graphviz

Installed the MySQL JDBC drivers using MacPorts

sudo port install mysql-connector-java

Ran it like this:

java -jar schemaSpy_4.0.0.jar -t mysql -dp /opt/local/var/macports/software/mysql-connector-java/5.0.7_0/opt/local/share/java/mysql-connector-java-5.0.jar -o &#60;outputdir&#62; -host localhost -db &#60;dbname&#62; -u &#60;username&#62; -p &#60;password&#62;

]]></description>
			<content:encoded><![CDATA[<p>To get SchemaSpy working on Mac OS X, I:</p>
<p>Downloaded the latest SchemaSpy, schemaSpy_4.0.0.jar</p>
<p>Installed GraphViz using MacPorts</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> graphviz</pre></div></div>

<p>Installed the MySQL JDBC drivers using MacPorts</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> mysql-connector-java</pre></div></div>

<p>Ran it like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">java <span style="color: #660033;">-jar</span> schemaSpy_4.0.0.jar <span style="color: #660033;">-t</span> mysql <span style="color: #660033;">-dp</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">local</span><span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>macports<span style="color: #000000; font-weight: bold;">/</span>software<span style="color: #000000; font-weight: bold;">/</span>mysql-connector-java<span style="color: #000000; font-weight: bold;">/</span>5.0.7_0<span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">local</span><span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>java<span style="color: #000000; font-weight: bold;">/</span>mysql-connector-java-5.0.jar <span style="color: #660033;">-o</span> <span style="color: #000000; font-weight: bold;">&lt;</span>outputdir<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #660033;">-host</span> localhost <span style="color: #660033;">-db</span> <span style="color: #000000; font-weight: bold;">&lt;</span>dbname<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #660033;">-u</span> <span style="color: #000000; font-weight: bold;">&lt;</span>username<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">&lt;</span>password<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/software-development/schemaspy-with-mysql-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
