Message-ID: <49824EE5.1060202@mtu.edu>
Date: 2009-01-30T00:50:45Z
From: Robert Pastel
Subject: RMySQL: Error in fun(...) : MySQL is not installed according to a Registry search
Hello,
I have upgraded to R 2.8 on my WindowsXP machine and installed RMySQL.
Running library("RMySQL") I get the error:
Loading required package: DBI
Error in fun(...) : MySQL is not installed according to a Registry search
Error : .onLoad failed in 'loadNamespace' for 'RMySQL'
Error: package/namespace load failed for 'RMySQL'
I have tried to loading libmySQL.dll several ways
1. copy libmySQL.dll to \WINDOWS\Systems\ and \WINDOWS\Systems32\ and in
my R bin\
2. Install newer version of MySQL 5.0 on my machine
3. run regsvr32 libmySQL.dll, which generates the error:
librarymySQL.dll was loaded, but the DLLRegisterServer entry point was
not found.
This file can not be registered.
Thank you for the help,
Robert Pastel