<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>RMySQL and MAC OS X</title></head><body>
<div>Has anyone had success using the RMySQL package under Mac OS
X/Darwin? I've been trying on and off for a few months with no
success. Most recently I installed the Darwin R-1.5.1 distribution
from (ftp://gifi.stat.ucla.edu/pub), but to no avail, I still get a
&quot;bus&nbsp; error&quot; when I try to connect (see below).</div>
<div><br></div>
<div>I have verified that&nbsp; I can log into MySQL from a shell with
the host/user/password combination that I'm passing to
dbConnect.</div>
<div><br></div>
<div>Any thoughts?</div>
<div><br></div>
<div>Thanks,</div>
<div><br></div>
<div>-- Fernando</div>
<div><br></div>
<div><br></div>
<div>&gt; library(RMySQL)</div>
<div>&gt; m &lt;- MySQL()</div>
<div>&gt; con &lt;- dbConnect(m,
host=&quot;localhost&quot;,user=&quot;arrayAdmin&quot;,password=<span
></span>&quot;*****&quot;,dbname=&quot;microarrays&quot;)</div>
<div>Bus error</div>
<div><br></div>
<div><tt>-- </tt></div>
<div>Fernando J. Pineda&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<x-tab>
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Johns Hopkins University<br>
Assoc.
Professor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<x-tab
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>Bloomberg School of
Public Health<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab><br>
Molecular Microbiology &amp; Immunology<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>615 N. Wolfe St.<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&nbsp;<br>
fernando.pineda@jhu.edu<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Baltimore, MD 21205<br>
443-287-3673<br>
<x-tab> </x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></div>
</body>
</html>