Displaying 1 result from an estimated 1 matches for "likemysql_home".
2012 Mar 14
3
Problem installing RMySQL package!
...e the R version and paths if needed):
1. Install latest RTools from here<http://www.murdoch-sutherland.com/Rtools/>
2. install MySQL or header and library files of mysql
3. create or edit file C:\Program Files\R\R-2.12.1\etc\Renviron.site and add line likeMYSQL_HOME=C:/mysql (path to your mysql files)
4. copy libmysql.lib from mysql/lib to mysql/lib/opt to meet dependencies.
5. copy libmysql.dll to C:\Program Files\R\R-2.12.1\bin or to windows/system32 directory.
6. run install.packages('RMySQL',type='sourc...