MySQL Forums
Forum List  »  Newbie

making a .bat file for the SOURCE command
Posted by: manish singh
Date: November 05, 2004 02:29AM

i have a sql script file that i normally
run from the mysql prompt using the command SOURCE

so i first i do
mysql> use tms;
then i do
mysql> source /path/to/file/script.sql;

how can i create a batch file for this process

my database username is root
and no password

thanks

Options: ReplyQuote


Subject
Written By
Posted
making a .bat file for the SOURCE command
November 05, 2004 02:29AM


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.