[R] RMySQL dbConnect issues

2012-08-09 Thread Anthony Dick
Hello, I have access to my database via command line and through workbench, and have access on the grant tables: mysql> SELECT host,user,password,select_priv,insert_priv FROM user; +--+---+---+-+-+ | host | user | passwor

[R] RMySQL dbConnect

2007-10-04 Thread Giusy
Hello, I have a problem.. I'm trying to make R communicate with MySQL, but I always receive an error.. My code is: library(DBI) library(RMySQL) drv <- dbDriver("MySQL") conn<-dbConnect(drv,username="",password="",dbname="prova",host="localhost") and I receive this message: Errore in func