search for: hothand

Displaying 1 result from an estimated 1 matches for "hothand".

Did you mean: holland
2005 Oct 18
1
RMySQL problems
I get the following error trying to connect to a MySQL database: > library(RMySQL) Loading required package: DBI > drv<-dbDriver("MySQL") > con<-dbConnect(drv, user="hothand", password=xxx, host="localhost", dbname="hh03"); Error in mysqlNewConnection(drv, ...) : RS-DBI driver: (could not connect hothand at localhost on dbname "hh03" ) This script worked a few days ago, and I haven't made any system changes since then. I ca...