MySQL Forums
Forum List  »  MySQL Workbench

Anything obvious i am doing wrong?
Posted by: Michael Macneil
Date: May 03, 2013 09:07AM

Hi folks, just ran the full install of the mysql msi and everything seems to install right and initial config completes. However, when i start workbench and click on Import/Export or Administer secrity i get an exception. If i run the command line import i get the same msg in the trace:

C:\Program Files\MySQL\MySQL Workbench CE 5.2.47\utilities>mysqldbimport --serve
r=root:elfab@localhost --import=both --bulk-insert --format=sql "E:\Temp\ElfabTe
chMySQL\ElfabTech2942013 20130429 1155.sql"
# Source on localhost: ... connected.
# Importing definitions and data from E:\Temp\ElfabTechMySQL\ElfabTech2942013 20
130429 1155.sql.
Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench CE 5.2.47\utilities\scripts\mysql
dbimport.py", line 188, in <module>
dbimport.import_file(server_values, file_name, options)
File "C:\Program Files\MySQL\MySQL Workbench CE 5.2.47\python\mysql_libs.zip\m
ysql\utilities\command\dbimport.py", line 1017, in import_file
File "C:\Program Files\MySQL\MySQL Workbench CE 5.2.47\python\mysql_libs.zip\m
ysql\utilities\command\dbimport.py", line 761, in _exec_statements
AttributeError: 'ProgrammingError' object has no attribute 'errmsg'
Unable to start mysqldbimport, please verify that your installation is correct

However, it does seem that the database and schema have imported as i can query with the workbench, just cannot use any of the admin tools.

Any suggestions??

Options: ReplyQuote


Subject
Views
Written By
Posted
Anything obvious i am doing wrong?
1457
May 03, 2013 09:07AM


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.