MySQL Forums
Forum List  »  Newbie

Re: Failed to open file 'file_name' error: 2
Posted by: Mike C
Date: September 29, 2006 05:50AM

Try removing the semi-colon from the end of the line to execute the sql script file i.e. if you have:

source mysqlScriptFile.sql;

try runnin:

source mysqlScriptFile.sql

instead.
Worked for me!

Options: ReplyQuote


Subject
Written By
Posted
Re: Failed to open file 'file_name' error: 2
September 29, 2006 05:50AM


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.