Communications link failure

njhelloworld
njhelloworld New Altair Community Member
edited November 5 in Community Q&A

I guess no one ever posted a sloved solution with this problem, so I wanted to post this again.. HELP!!! something went wrong during installation..Communications Link Failure the last packet sent successfully.... Attached is the image for the error.. please HELP ME!!! T_T. How to do this??

Tagged:

Best Answer

  • rfuentealba
    rfuentealba New Altair Community Member
    Answer ✓

    Hi @njhelloworld,

     

    If you can open the MySQL port with the browser, it's not a MySQL connection but a Web connection, e.g., you are configuring https://127.0.0.1:8080/ instead of mysql://root:password@127.0.0.1:3306/database?encoding=utf-8. If that is the case, I would double check the MySQL connection settings, as MySQL is not HTTP.

     

    All the best,

     

Answers

  • njhelloworld
    njhelloworld New Altair Community Member

    I can sense that somethings wrong with the rapidminer server of the connection

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member

    Hi,

     

    this is a MySQL error message. It is coming from the JDBC driver so that part of the setup is correct.

    However, the connection information (host name, port) is probably not right.

     

    Regards,

    Balázs

  • njhelloworld
    njhelloworld New Altair Community Member

    T_T ..the hostname with port can be opened in the browser without rapidminer, I guess the hostname and port are working properly


    @BalazsBarany wrote:

    Hi,

     

    this is a MySQL error message. It is coming from the JDBC driver so that part of the setup is correct.

    However, the connection information (host name, port) is probably not right.

     

    Regards,

    Balázs


     

  • rfuentealba
    rfuentealba New Altair Community Member
    Answer ✓

    Hi @njhelloworld,

     

    If you can open the MySQL port with the browser, it's not a MySQL connection but a Web connection, e.g., you are configuring https://127.0.0.1:8080/ instead of mysql://root:password@127.0.0.1:3306/database?encoding=utf-8. If that is the case, I would double check the MySQL connection settings, as MySQL is not HTTP.

     

    All the best,