Re: [R] R and MySQL

2010-08-27 Thread Dejian Zhao
I am not sure whether you are working under windows. Hope the following 
message helps.


Using the RMySQL package under Windows
http://www.stat.berkeley.edu/users/spector/s133/RMySQL_windows.html

On 2010-8-27 5:03, quant wrote:

I installed MySQL 5.0.67 and R. I installed RMySQL and added env variable
MYSQL_HOME. But R still does not want to load the library. It says
Error : .onLoad failed in loadNamespace() for 'RMySQL', details:
   call: NULL
   error: MYSQL_HOME was set but does not point to a directory
Error: package/namespace load failed for 'RMySQL'

Please help.



__
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.


[R] R and MySQL

2010-08-26 Thread quant

I installed MySQL 5.0.67 and R. I installed RMySQL and added env variable
MYSQL_HOME. But R still does not want to load the library. It says 
Error : .onLoad failed in loadNamespace() for 'RMySQL', details:
  call: NULL
  error: MYSQL_HOME was set but does not point to a directory
Error: package/namespace load failed for 'RMySQL'

Please help.
-- 
View this message in context: 
http://r.789695.n4.nabble.com/R-and-MySQL-tp2340371p2340371.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.