[R] Problem with library(RMySQL), registry pointer problem?

2009-02-23 Thread Yakub

I have the following error: 
 library(RMySQL)
Error in fun(...) : 
  A MySQL Registry key was found but the folder C:\Program Files\MySQL\MySQL
Tools for 5.0\/. doesn't contain a bin or lib/opt folder. That's where we
need to find libmySQL.dll. 
Error : .onLoad failed in 'loadNamespace' for 'RMySQL'
Error: package/namespace load failed for 'RMySQL'

This happens after I install MySQL Tools. Seems that R is pointing to the
wrong registry. Can anyone help?
Thanks
-- 
View this message in context: 
http://www.nabble.com/Problem-with-library%28RMySQL%29%2C-registry-pointer-problem--tp22160354p22160354.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Problem with library(RMySQL), registry pointer problem?

2009-02-23 Thread Jeffrey Horner

Yakub wrote:
I have the following error: 

library(RMySQL)
Error in fun(...) : 
  A MySQL Registry key was found but the folder C:\Program Files\MySQL\MySQL

Tools for 5.0\/. doesn't contain a bin or lib/opt folder. That's where we
need to find libmySQL.dll. 
Error : .onLoad failed in 'loadNamespace' for 'RMySQL'

Error: package/namespace load failed for 'RMySQL'

This happens after I install MySQL Tools. Seems that R is pointing to the
wrong registry. Can anyone help?


You need to install the client programs and libraries when you install 
the MySQL distribution. Just re-run the MySQL installer again and be 
sure to read the steps carefully.


Best,

Jeff
--
http://biostat.mc.vanderbilt.edu/JeffreyHorner

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.