14.11.2016, 06:54, "Dmitry Smirnov" <only...@debian.org>:
> On Friday, 11 November 2016 9:42:59 AM AEDT Ivan Zharenkov wrote:
>>  fresh installed mysql-workbench cannot connect to local mysql server with
>>  error:
>>
>>  Your connection attempt failed for user 'root' from your host to server at
>>  localhost:3306:
>>    Cannot start SSH tunnel manager
>
> Could you please try on 6.3.6+dfsg-1 from "unstable"?
>

>From "unstable" 6.3.6 works fine.

I found root of problem. After system installation i use ansible playbook to 
setup other software. Ansible depends on python-paramiko and setup me version 
2.0.2 with pip install. But mysql-workbench v6.2 cannot work with paramiko 
2.0.2 and needs with 1.15. So i setup ansible into virtualenv and now 
mysql-workbench 6.2 works fine. 

Thank you, please close my bugreport as solved. 

> Besides I could not reproduce the problem and I've never seen this error
> before. Are you sure that connection settings are correct? If so then please
> provide enough details to reproduce.

On fresh system (i use XFCE4 as DE):

sudo apt-get install python-dev python-pip libffi-dev
sudo pip install ansible markupsafe

then install with ansible playbook (something like):

  - name: Install programming soft
    apt: pkg={{ item }} state=installed
    with_items:
    - mysql-workbench
    - mysql-server

or just with packet-manager:

sudo apt-get install mysql-server mysql-workbench



>
> Thanks.
>
> --
> All the best,
>  Dmitry Smirnov.
>
> ---
>
> And those who were seen dancing were thought to be insane by those who
> could not hear the music.
>         -- Friedrich Nietzsche

-- 
Best regards,
Ivan Zharenkov

Reply via email to