Error installing RMySQL (MySQL 5.5.37 in Ubuntu 14.04 )
As said, the following command worked for me:
sudo apt-get install r-cran-rmysql
My this issue was resolved by executing the following command:
sudo apt-get install libmysql++-dev
As said, the following command worked for me:
sudo apt-get install r-cran-rmysql
My this issue was resolved by executing the following command:
sudo apt-get install libmysql++-dev