<div dir="ltr">Hello,<div><br><div>Until recently I had used this line of code on R to fetch population frequencies for SNPs but it stopped working. </div><div><div style="font-size:12.8px">ibrary(dplyr)</div><div style="font-size:12.8px">library(dbplyr)</div><div style="font-size:12.8px">library(RMySQL)</div></div><div><span style="font-size:12.8px">sql= src_mysql("population_freqs", host = "67.207.92.10", user = "anon", port = 3306)</span><br></div><div><span style="font-size:12.8px"><br></span></div><div>I get the following:<span style="font-size:12.8px"><br></span></div><div><div style="font-size:12.8px">Error in .local(drv, ...) : </div><div style="font-size:12.8px">  Failed to connect to database: Error: Can't connect to MySQL server on '67.207.92.10' (0)</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I changed the port to 4272 but it is not working either.</div><div style="font-size:12.8px">I know sometimes the IP address changes so I wonder if there is a new one.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Many thanks in advance!!</div><div style="font-size:12.8px"><br>Davide</div></div></div>