MySQL Forums
Forum List  »  General

Execute "sql" command line
Posted by: rafael Pampavilca
Date: October 01, 2013 01:10AM

Execute "sql" command line,
I have a software with the instructions to run the file like this:
c:/windows> cd c:/sys/db
c:/sys/db> mysql-u user-p pass
mysql>\. execute.sql

execute.sql file contains the following instructions:
\.alpha/execute.sql
\.execute_beta.sql

and is a chain of successive directories which creates a full database.

db
db/alpha
db/beta
db/base1
db/base2
...
db/base6


So far I have not run the command line I get the error that it failed to open on the first line.

I would like to help me telling me how to do it step by step because I am new at this.

thank you very much

Options: ReplyQuote


Subject
Written By
Posted
Execute "sql" command line
October 01, 2013 01:10AM


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.