Jul 31, 2003 #1 gestes59 Programmer Jul 31, 2003 1 US This may be a simple question...but... I have a DDL file for creating my database tables. How do I execute it from a command line interface with MySQL?
This may be a simple question...but... I have a DDL file for creating my database tables. How do I execute it from a command line interface with MySQL?
Jul 31, 2003 #2 sleipnir214 Programmer May 6, 2002 15,350 US You can pipe that file to the mysql application: mysql < theddl.txt Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!! Upvote 0 Downvote
You can pipe that file to the mysql application: mysql < theddl.txt Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!!