MySQL Forums
Forum List  »  MySQL Workbench

Re: Installing 'command line MySQL Utilities'? (os x)
Posted by: Pierre LAFAY
Date: November 02, 2013 12:54AM

Hi,
I setup mysqlutilities from source tar ball on MAC OSX 10.9 (Mavericks), build it with python like Charles Bell wrote (sudo python ./setup.py install).

When I click on the ison in mySqlWorkbench, i obtain a startup message with no errors, but nothing happen.

If I try to use an utility in the terminal iObtain the following errors :

Mac-Pierre-Bureau:mysql-utilities-1.3.5 pierrelafay$ mysqldiskusage
Traceback (most recent call last):
File "/usr/local/bin/mysqldiskusage", line 38, in <module>
from mysql.utilities.common.server import connect_servers
File "/Library/Python/2.7/site-packages/mysql/utilities/common/server.py", line 28, in <module>
import mysql.connector
ImportError: No module named connector

How can I fix it ?

When i try to use Scripting shell, by clicking on Scripting Shell icon in mySqlWorkbench, i have the following warnings :

WARNING: Could not load db.mysql.editors.wbp.dylib: Duplicate module MySQLEditorsModule

WARNING: Could not load wb.model.editors.wbp.dylib: Duplicate module WbEditorsModule

WARNING: Could not load wb.printing.wbp.dylib: Duplicate module WbPrinting

Is that a real problem ?
If yes how can I fix it ?

EDIT
-----------------------------------------------------------------
I solve these problems by installing python connector
-----------------------------------------------------------------



Edited 2 time(s). Last edit at 11/02/2013 07:27PM by Pierre LAFAY.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Installing 'command line MySQL Utilities'? (os x)
2783
November 02, 2013 12:54AM


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.