MySQL Forums
Forum List  »  MySQL Workbench

Forward Engineering from Workbench
Posted by: Patrick Allen
Date: June 11, 2009 09:24AM

I'm trying to create a database based on the work I did in Workbench. I was able to create a .sql file, which I copied into the \bin directory of MySQLServer 5.1

A colleague was able to get this to work yesterday by opening the Command line and typing mysql> source (filename)

When I try that, I get: Failed to open file 'timesheet.sql', error: 2

If I just type in the file name I get: ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'timeheet.sql' at line 1

I have also tried using the Query Browser, again with only errors generated.

So far, I can't seem to find any instructions on how to run this script. Any help would be appreciated.

Options: ReplyQuote


Subject
Views
Written By
Posted
Forward Engineering from Workbench
2582
June 11, 2009 09:24AM


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.