Re: Automatically running SQL command through a batch file

2001-07-04 Thread Mark Rowlands
On Wednesday 04 July 2001 21:37, Christopher Brown-Floyd wrote: > Is there a way to run a SQL command or create a database through a batch > file? jeez! for some one who is omniscient you don't know much read the friendly manual section 9.6 : Using mysql in batch-mode also check out mysqldu

Automatically running SQL command through a batch file

2001-07-04 Thread Christopher Brown-Floyd
Is there a way to run a SQL command or create a database through a batch file? If not, is there some kinda work around? I'm trying to make a batch file that will create a skeleton database structure for deployment of a website that I'm working on. TIA -Chris --