Displaying 20 results from an estimated 1000 matches similar to: "Update RMySQL and ... it's no more running"
2010 Jan 28
0
RMySQL install
Hi everyone,
I am trying to install the RMySQL package under windows xp. I've got the MySQL installed on the computer (MySQL server 5.1). I went through the steps presented on the webpage http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL and googled around and still can't find the answer. With the command
readRegistry("SOFTWARE\\MySQL AB", hive="HLM", maxdepth=2)
I
2011 Oct 27
2
loading RMySQL - location of MySQL install
I am having trouble loading RMySQL after installing it.  I have looked 
at archived r-help files and it seems many people have had issues, but I 
didn't find my specific issue.  I also went to the webpage at Vanderbilt 
(http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL) and followed the 
instructions as best I understood them:
     - I created a file called Renviron.site under
2012 Oct 12
0
installing RMySQL error due to cygwin
when i am installing package manually (using below command) i get error about
cygwin as,
> install.packages("C:\\Users\\trendwise\\Downloads\\RMySQL_0.9-3.tar.gz",lib=getOption("lib"),
> repos = NULL, type="source")
error:------>
Installing package(s) into ?C:/Users/trendwise/Documents/R/win-library/2.15?
(as ?lib? is unspecified)
* installing *source*
2010 May 14
3
What does this warning mean: "DLL attempted to change FPU control word from 8001f to 9001f"
I started a brand new session in R 2.10.1 (on Windows).
If it matters, I am running the community edition of MySQL 5.0.67, and it is
all running fine.
I am just beginning to examine the process of getting timer series data from
one table in MySQL, computing moving averages and computing a selection of
estimates based on relations among moving averages of different variates,
and storing all the
2010 Nov 13
1
RMySQL on Windows 2008 64 Bit -Help!
Dear Group,
I'm having lots of problems getting RMySQL on a 64 bit machine. I followed
all instructions available but couldn't get it working yet! Please help.
See the output below.
I did a install of RMySQL binary from the revolution cran source. It seems
to have unpacked fine but gives this error when I call RMySQL
Error: package 'RMySQL' is not installed for 'arch=x64'
2010 Sep 21
1
trouble compiling RMySQL (and others) for 64 bit windows.
I have a 64 bit machine running 64 bit windows 7 pro, 64 bit MySQL, and 64
bit R 2.11.1.
I have also installed RTools for 64 bit windows for this version of R
(archive name is oldWin64toolchain.zip; the install path for its contents
is C:\RTools, if that matters).  I can open up a commandline window and
invoke any of the programs in both bin directories (both added to the system
path).
There are
2012 Mar 12
1
Installing RMySQL -- 64-bit Windows 7
Trying to install RMySQL on 64-bit Windows 7.
Using R-2.14.2 with Rtools214 and MySQL Server 5.5.
Read through several step-by-steps of RMySQL source installation.
Troubleshooting:
 - Copied libmysql.dll to R-2.14.2/bin AND R-2.14.2/bin/i386.
 - Copied libmysql.dll and libmysql.lib to MySQL Server 5.5\lib\opt.
 - Entered MYSQL_HOME=C:\Program Files\MySQL\MySQL Server 5.5 into
Renviron.site,
2009 Apr 17
1
R on Windows and RMySQL
I have successfully installed R (version 2.8.1) and RMySQL (version 0.7-4) 
on my PC (Windows). Now I have a problem running RMySQL on R. I constantly 
receive the following error-message:
Error in utils::readRegistry("SOFTWARE\\MySQL AB", hive = "HLM", maxdepth = 
2) :
   Registry-Schl?ssel 'S' nicht gefunden
Error : .onLoad in 'loadNamespace' f?r
2012 Oct 09
2
RMySQL install on windows
I have been trying to install RMySQL on Windows 7 following the 
procedure at:
http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL
I think I have properly installed RTools and created a proper 
Renviron.site file saying:
MYSQL_HOME="C:/Program Files/MySQL/MySQL Server 5.5"
When I try to install the packages from source, I get warnings that 
suggest I'm still not quite "with the
2012 Apr 24
1
Compiling RMySQL on Win7 64bits RS-DBI.c:1:0: sorry, unimplemented: 64-bit mode not compiled in
Hi,
On a Win7 64 bit, I have installed:
*R-15.0 and I am running it in 64bits
*Rtools215.exe*MySQL 5.5.23 64bits
My PATH start with D:\BenSave\Rtools\bin;D:\BenSave\Rtools\MinGW64\bin;D:\BenSave\R\R-2.15.0\bin;D:\BenSave\Rtools\MinGW\bin;D:\BenSave\Rtools\gcc-4.6.3\bin;
Note that I place MinGW64\bin has I want the package in 64 bits, so just in case it helps...
To install RMySQL 64 bits, I
2009 Jan 19
1
[Win] Hangup RGui with RMySQL (PR#13453)
Full_Name: Apfel Schmied
Version:  2.8.1 (2008-12-22)
OS: WinXP SP2
Submission from: (NULL) (134.106.122.139)
RMySQL Version: 0.7-2
DBI Version: 0.2-4
MySQL Version: 5.1.30 (Enviroment Variable MYSQL_HOME is set)
Updated R from 2.60 to 2.8.1. Now Gui.exe hangs up (100% CPU Useage) when
requesting data from a mysql database. 
Example Code:
2009 Nov 05
1
Error when adding package RMySQL (PR#14044)
Full_Name: K?re Jonsson
Version: 2.10
OS: WinXP
Submission from: (NULL) (85.225.178.169)
I made a brand new installation of R 2.10 in two machines and got the same
problem.
Machine 1 is Win XP on metal installation
machine 2 is virtual in VMWare running a hacky OS named Tiny XP in which any
Microsoft windows XP siftware always successfully is installed.
Operation 1. Add package RMySQL from
2012 Aug 08
2
getting started with R and mysql
I have a mysql database I installed on my Ubuntu server, and I'm trying 
to figure out how to access and analyze it
from a Win XP machine running R 2.15.1.
I thought that RMySQL was the way to go. (Is there an easier way?) I 
tried to follow the instructions at
http://www.r-bloggers.com/installing-the-rmysql-package-on-windows-7/
so I installed mysql-installer-community-5.5.27.0.msi, then set
2011 May 13
3
RMySQL problem on Windows 7 32 bit
I am attempting to analyze Affymetrix exonchip data using the exon map
package.  I have installed this package but have had problems installing the
associated programs, specifically RMySQL since no windows binary exists.  
I have followed the directions for compiling the package as found on -
http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL - but still have an error
when executing the
2012 Nov 19
1
RMySQL install on windows
Sorry for not taking care of this... If anyone would like to take over
maintainership of RMySQL I'm sure the R community would greatly appreciate
it. I just don't have the time these days.
Jeff
	[[alternative HTML version deleted]]
2007 Sep 10
1
I can't do it again on an other PC : R+RMySQL ->error loading dll
Hello,
Some weeks ago, thanks to you, I managed to install R, to connect to a local
MySQL Database and to launch some queries with a script written with Tinn-R. 
My script is now ok and would like to test it with the "real" database.
I did the same installation of R, DBI package and RMySQL package I did on my
PC (I wrote everything I did in order to make it easy ...) but when I type
2010 Jan 26
2
unidentifiable problem..
Hi All,
    My R installation is acting strangely and I'm hoping somebody might have
an idea what's going on:
I can't seem to load the "RMySQL" function.  It seems to have installed
without a problem, but when I enter:
library(RMySQL)
R tells me:
Error in utils::readRegistry("SOFTWARE\\MySQL AB", hive = "HLM", maxdepth =
2) :
  Registry key
2013 Apr 04
2
question about message
Hello R, could you  tell me please, how to fix this issue?
There is installed RStudio-2.15.2 and the next steps where follow but
the message appears:
http://cran.r-project.org/web/packages/RMySQL/INSTALL):
>
> 1. Download the RMySQL_0.9.tar.gz file to the folder C:\Program
> Files\R\R-2.15.1\bin\x64
> 2. Open a Windows command line, and change directory to that folder
> 3.
2007 Nov 12
2
R 2.6.0 & RMySQL
Dear list members --
I have problems in loading the pre-compiled library RMySQL_0.5-7 taken 
here (http://stat.bell-labs.com/RS-DBI/download/index.html) or 
RMySQL_0.6-0 taken here 
(http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.5/) on R 2.6.0 
under Windows XP. I am using the MySQL features of EasyPHP1-8 (but the 
problem is not (for the moment) in connecting with a database but just 
2008 Sep 19
1
readRegistry function (PR#12937)
Full_Name: Zivan Karaman
Version: 2.7.2
OS: Windows XP
Submission from: (NULL) (195.6.68.214)
I'm puzzled by the readRegistry function.
Shouldn't the "hive" argument be something like 
c("HLM", "HCR", "HCU", "HU", "HCC", "HPD") rather than 
c("HLM", "HCR", "HCU", "HU",