PDA

View Full Version : Creating table with file


bigal512
09-07-2001, 05:11 AM
I have a script that included a file that will create the tables it needs. How do I run the create.sql file?

"1) Use the "create.sql" file in the /misc/sql directory to create the mySQL tables.

e.g. cat create.sql | mysql [database name] "

TIA
AL

bigal512
09-07-2001, 05:37 AM
Never mind, I figured it out. I was able to load and run the .sql using the browse function on the mysql admin page.