摘要: 直接R语言代码library(RMySQL)conn<-dbConnect(RMySQL::MySQL(),host='10.4.20.116',port=3306,dbname='test',username='biuser',password='biuser')dbSendQuery(conn,... 阅读全文
posted @ 2015-10-13 15:38 marxsong 阅读(2652) 评论(1) 推荐(0)