I am a novice in R. I am trying to connect to mySQL in R through RMyQL package. I am using the following command to connect to a sql server
ucscdb<-dbConnect(MySQL(),user="xxxx",password="xxxx",dbname="More",host="http://54.89.81.190/phpmyadmin/"). I am getting following error
**Error in .local(drv, ...) : Failed to connect to database: Error: Unknown MySQL Server Host 'http://54.89.81.190/phpmyadmin/' (11001)** What can be the possible reasons.The same SQl server is easily connecting in linux/
"http://54.89.81.190", not the path to you phpmyadmin install.