MySQL Forums
Forum List  »  MySQL Workbench

remote server administration in mysql workbench not working on oensuse 12.3
Posted by: Beat Meier
Date: March 13, 2013 01:08PM

Hello

I'm using mysql workbench on opensuse 12.1 without any problems.
The new version 5.2.44 on opensuse 12.3 works for sql editor (remote) at least I can connect and view tables etc. but remote server administration does not work.
I have migrated and created also new connections nothing work.
There is always the error:

Administrator plugin not found

Is this not anymore included in newer versions? Is this only an opensuse problem?
No body having this problem?

Greetings

Beat

Here is output of Scripting/Scripting Shell

Registered 175 GRT classes.
Traceback (most recent call last):
File "/usr/lib64/mysql-workbench/modules/wb_admin_grt.py", line 27, in <module>
import wb_admin_main
File "/usr/lib64/mysql-workbench/modules/wb_admin_main.py", line 29, in <module>
import wb_admin_monitor
File "/usr/lib64/mysql-workbench/modules/wb_admin_monitor.py", line 21, in <module>
import wba_monitor_be
File "/usr/lib64/mysql-workbench/modules/wba_monitor_be.py", line 27, in <module>
import wb_admin_ssh
File "/usr/lib64/mysql-workbench/modules/wb_admin_ssh.py", line 51, in <module>
if paramiko and paramiko.__version_info__ >= (1, 7, 4):
AttributeError: 'module' object has no attribute '__version_info__'
Registered 34 modules (from 32 files).
Looking for user plugins in /home/bmeier/.mysql/workbench/modules
MySQL Generic Runtime Environment 4.1.0

Type '?' for help.
Python Shell initialized. (Use Preferences -> General to set language)
Ready.

Options: ReplyQuote


Subject
Views
Written By
Posted
remote server administration in mysql workbench not working on oensuse 12.3
1925
March 13, 2013 01:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.