rmysql Questions

4

Solved

I tried to install the RMySQL-library (R version 2.14.2, WinXP on 32bit) but got the following error message: install.packages("D:/R/library/RMySQL_0.9-3.tar.gz",repos=NULL, type="source") ... ...
Calces asked 22/4, 2012 at 18:4

2

Solved

I use RMySQL and a MySQL database to store my datasets. Sometimes data gets revised or I store results back to the database as well. Long story short, there is quite some interaction between R and ...
Pitcher asked 23/2, 2011 at 11:10

0

I'm trying to develop R shiny application using MySQL database. I'm trying to use PHP cloud and its MySQL database. And my Shiny application is in shiny cloud environment. I'm deploying my applicat...
Macilroy asked 10/7, 2014 at 3:58

1

Solved

I m trying to connect to a MySQL server on a VM from RMySQL, here are the commands i executed c<-dbConnect(MySQL(), user="root", password="passw0rd", dbname="leopard", host="one-1368") It is ...
Mozellamozelle asked 18/6, 2013 at 6:24

11

Solved

I can't figure out why my RMySQL package won't install - here's what I get: > install.packages('RMySQL',type='source') trying URL 'http://cran.mirrors.hoobly.com/src/contrib/RMySQL_0.7-5.tar.gz...
Stage asked 24/1, 2011 at 18:58

2

Solved

Is it possible to pass a value into the query in dbGetQuery from the RMySQL package. For example, if I have a set of values in a character vector: df <- c('a','b','c') And I want to l...
Hass asked 27/11, 2010 at 8:3

3

Solved

I am making the move from RSQLite to RMySQL and I am confused by the user and password fields. FWIW, I'm running Windows 7, R 2.12.2, MySQL 5.5 (all 64 bit), and RMySQL 0.7-5. I installed RMySQL ...
Racine asked 25/3, 2011 at 11:44

1

Solved

I'm developing a web application using rapache and brew. Within the R code, I want to use the RMySQL package to query a MySQL database, but I am questioning the best way to access the login details...
Upturn asked 5/9, 2011 at 0:34

2

Solved

I'm an R user, and I frequently find that I need to write functions that require subsetting large datasets (10s of millions of rows). When I apply such functions over a large number of observations...
Oarsman asked 6/7, 2011 at 1:30

3

This procedure works from the MySQL commandline both remotely and on localhost and it works when called from PHP. In all cases the grants are adequate: CREATE PROCEDURE `myDB`.`lee_expout` (IN e i...
Draconian asked 30/8, 2010 at 20:10

© 2022 - 2024 — McMap. All rights reserved.