“无法连接到数据库:错误:无法连接到'srv-sql2008上的MySQL服务器'(0)”R和MySQL服务器之间

时间:2018-01-15 13:40:45

标签: mysql r rmysql

我需要将sql server数据库连接到R. 我尝试了很多次,我在这里找到很多方法 Connect R to a SQL Server database engine。但它不起作用

所以我搜索更多,我发现这个https://mkmanu.wordpress.com/2014/07/24/r-and-mysql-a-tutorial-for-beginners/

我只是按照第一步:

set thisFolderPath to POSIX file "/Path/To/Some/Folder" as alias

tell application "Finder"
    set latestModifiedFolderName to name of item 1 of (sort every folder of thisFolderPath by modification date)
end tell

但是显示了这个错误:

  

无法连接到数据库:错误:无法连接到MySQL服务器   'srv-sql2008'(0)

我该如何解决这个问题?

0 个答案:

没有答案