Mysql Workbench error “system error:61”

后端 未结 4 1872
天涯浪人
天涯浪人 2021-01-28 13:34

I have mysql installed several months ago. However I do remember using mysql workbench successfully at one point of time. Today I try launching it and get following error

<
4条回答
  •  梦毁少年i
    2021-01-28 13:55

    If you are trying to use the MySQL Workbench and connect through an SSH tunnel, you will get this error when your SSH connection does not complete successfully (e.g. improper host, password, key file, etc)

    A good way to trouble shoot this is to separately test the the ssh connection from the machine you are trying to connect from and establish that you can do so succesfully.

提交回复
热议问题