R's rmysql access MySQL database

Source: Internet
Author: User

Version information for Linux,mysql and R:

  • Linux naci 3.19.0-16-generic #16-ubuntu SMP
  • Server VERSION:5.6.24-0UBUNTU2 (Ubuntu)
  • R version 3.1.2 (2014-10-31)--"Pumpkin Helmet"

MySQL Linux installation, refer to the previous article about installing MySQL under Liunx.

1. Install the Rmysql package

Before installing the Rmysql package, make sure that the computer is loaded with Libmysqlclient-dev, otherwise there will be an error during installation.

sudo apt-get install Libmysqlclient-dev              #安装客户端的开发支持
R
install.packages ("Rmysql", "/home/beili/r/packages") #安装RMySQL包
. Libpaths (Rmysql)

2.RMySQL Supported related functions

  • 2.1 Dbconnect and Dbdisconnect database connection functions

R's rmysql access MySQL database

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.