Skip to content
Prev 241455 / 398500 Next

RMySQL on Windows 2008 64 Bit -Help!

Well, two comments:

1. you bought a commercial version of R from Revolution Analytics, hence 
you probably want to rely on the Revolution service?


2. Nobody looked at the error message you got, let me cite the relevant 
two lines:

 >>> checking for $MYSQL_HOME... C:/Program Files/MySQL/MySQL Server 5.0
 >>> test: Files/MySQL/MySQL: unknown operand

This shows you have problems with the blanks in the path name.
Either you forgot to quote the path when setting the environment 
variable or RMySQL the package maintainer has not assumed blanks in the 
path.
I'd suggest to quote or to use thew 8.3 file name convention in order to 
workaround.

Best,
Uwe Ligges
On 13.11.2010 14:52, Spencer Graves wrote: