MySQL Forums
Forum List  »  Newbie

Re: using source command froma windows machine
Posted by: Felix Geerinckx
Date: June 29, 2005 06:56AM

Federico wrote:

> mysql> source cd1.sql;
> ERROR: Failed to open file 'cd1.sql', error: 2

You must start the mysql command line client from the directory where cd1.sql is stored; otherwise you have to use a full path, e.g.

mysql> source c:\path\to\cd1.sql

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: using source command froma windows machine
June 29, 2005 06:56AM


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.