Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. library(RMySQL)
  2. con_str <- "MySQL(), user = 'root', password = '', dbname = 'nepal_statagri', host = 'localhost'" (this is the string I want to pass as a parameter to RScript)
  3. mysqlconnection = dbConnect(con_str)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement