RMySQL system error: 10060

前端 未结 3 1384
面向向阳花
面向向阳花 2021-02-08 18:43

I have a project with a connection that was working properly on the same device. I suddenly got the error below. And I could connect from the same device through MySQL workbench

3条回答
  •  感情败类
    2021-02-08 19:01

    I checked another latest version of RMySQL package recently, RMySQL_0.10.11.zip The problem exists in that too. Apologies, cant comment as not allowed currently, hence wanted to update about the version where the problem is still being seen.

    Additional Info Connection to MySQL on my system is working from

    1) Cmdline

    2) MySQL Workbench

    3) Tableau

    4) Excel

    It is just not working on R. I checked following

    link1

    link2

    link3

    SHOW GLOBAL STATUS like 'Aborted%clients%';

    And every time connection is dropped from R, the value of above variable goes +1. Even doing

    SET GLOBAL connect_timeout = 10;

    has not helped.

    UPDATE

    Is there a dependency/requirement for PERL to be installed for usage of RMySQL? As of now, my system does not have PERL. if this requirement is indeed true, then that might be 1 of the reason and may be the latest version has the problem fixed. Please let me know about the PERL dependency?

提交回复
热议问题