How to use MySQL in R (statistic language) for Windows (7)?
There is no problems then using linux:
install.packages(\'RMySQL\') library(RMySQL) ... <
You need to install the MySQL headers and libraries, as explained in the installation instructions. Please do read the documentation before turning to SO.