<!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
"bus error" when I try to connect (see below).</div>
<div><br></div>
<div>I have verified that 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>> library(RMySQL)</div>
<div>> m <- MySQL()</div>
<div>> con <- dbConnect(m,
host="localhost",user="arrayAdmin",password=<span
></span>"*****",dbname="microarrays")</div>
<div>Bus error</div>
<div><br></div>
<div><tt>-- </tt></div>
<div>Fernando J. Pineda <x-tab>
</x-tab><x-tab>
</x-tab>Johns Hopkins University<br>
Assoc.
Professor <span
></span> <x-tab
> </x-tab>Bloomberg School of
Public Health<x-tab>
</x-tab><x-tab> </x-tab><br>
Molecular Microbiology & Immunology<x-tab>
</x-tab>615 N. Wolfe St.<x-tab>
</x-tab> <br>
fernando.pineda@jhu.edu<x-tab>
</x-tab><x-tab>
</x-tab><x-tab>
</x-tab>Baltimore, MD 21205<br>
443-287-3673<br>
<x-tab> </x-tab><x-tab>
</x-tab><x-tab>
</x-tab><x-tab>
</x-tab><x-tab>
</x-tab></div>
</body>
</html>