I am trying to connect to MySql database using RMysql (R version 3.3.1.). My code is:
mydb <- dbConnect(MySQL(), user='odvjet12_mislav', password='xxxxx', host='odvjetnistvo-sagovac.hr')
I think I am entering wrong parameters:
user - is it a user that is specified as "Current user" in c panel or user that is specified when giving privileges to some user(example odvjet12_mislav)
pass - pass of the "Current user" or added user
host - I am not sure what should I type here: "Primary domain", "Shared IP Address" in Cpanel or something else?