Description The functions in this package allow you interact with one or more MySQL databases from R. Overview A typical usage of the R-MySQL interface is: Connect and authenticate to one or more MySQL databases: con <- dbConnect(MySQL(), group = "lasers") con2 <- dbConnect(MySQL(), user="opto", password="pure-light", dbname="lasers", host="merced") List tables and fields in a table: dbListTables(