search for: getdatabases

Displaying 2 results from an estimated 2 matches for "getdatabases".

Did you mean: setdatabases
2000 Jul 10
0
RMySQL
Hi! I'm trying to test the RMySQL package (in Devel). The following error occured while trying to connet to our MySQL database: > m <- MySQL() > getDatabases(m) Error in newConnection.MySQLManager(dbMgr, ...) : MySQL driver: (could not open MySQL) > Does anybody know what the problem is? How to proceed? Thanks, Axel Vischer -- -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail...
2002 Oct 16
5
Database newbee problem...
Hi all, This is a potentially very stupid question about MySQL <-> R interaction, but I have not been able to solve it. I'm just trying to connect R to my MySQL databse, and gets this: > library(RMySQL) Loading required package: methods > m <- dbDriver("MySQL") > con <- dbConnect(m,group="testdb") Process R segmentation fault at Wed Oct 16 07:04:30