91004/error-in-library-rmysql-there-is-no-package-called-rmysql
Hi Guys,
I have one MySQL server in the Linux system. I want to connect the server with R. But I am not able to use RMySQL library.
$ library("RMySQL") Error in library("RMySQL") : there is no package called ‘RMySQL’
Hi@akhtar,
R has a built-in package named "RMySQL" which provides native connectivity between with MySql database. You can install this package in the R environment using the following command.
$ install.packages("RMySQL")
Hi@akhtar, You need to install the library in ...READ MORE
Hi@akhtar, The matrics library is not available in ...READ MORE
Hi@akhtar, You can create a pie chart with ...READ MORE
Hi@akhtar, You can find some packages pre-installed in ...READ MORE
Hi@akhtar, In your r studio, the gridExtra module ...READ MORE
Hi@akhtar, You need to install the package in ...READ MORE
Hi@akhtar, You can use the install command at ...READ MORE
Hi@akhtar, It may happen that some libraries are ...READ MORE
Hi@akhtar, By default, the cowplot module is not ...READ MORE
Hi@akhtar, You need to install this library in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.