MySQL Forums
Forum List  »  MySQL Workbench

Re: insert data into database tables using data file
Posted by: Mike Lischke
Date: September 09, 2009 01:34AM

Ishara,

MySQL Workbench is a pure design tool (at least at the time being), which means it is used to work on the meta data of your database, not the content.

With the upcoming release 5.2.x this limit will fall and you can also use all your data as you were used, e.g. by MySQL Query Browser. You can give it a try by downloading the alpha version from here: http://dev.mysql.com/downloads/workbench/5.1.html (scroll down a bit for it). If your data is a normal SQL script file you can simply open it in the SQL editor and execute it.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: insert data into database tables using data file
3089
September 09, 2009 01:34AM


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.