installing RMySQL gives error RS-MySQL.h:32:19: fatal error: mysql.h: No such file

前端 未结 4 1111
说谎
说谎 2021-01-06 19:04

I tried to install the RMySQL-library (R version 2.14.2, WinXP on 32bit) but got the following error message:

install.packages(\"D:/R/library/RMySQL_0.9-3.ta         


        
4条回答
  •  忘掉有多难
    2021-01-06 19:17

    You will never get a RMySQL precompiled binary package for Windows, because before installing it checks for validity of the MySQL path & other include files.

提交回复
热议问题