On Fri, 9 Apr 1999 11:21:48 -0500, Srini Bhamidipaty wrote:
>Is it possible to create a SQL script on one editor and run that script to
>generate tables in the database.
>If this is possible I can save a lot of time in creating my test database.
>
>Please let me know if such feature is available in MYSQL.
Yes. Please consult the manual before posting to the list. To find the
manual, look in the MySQL package or follow the link below. This
particular item is described in chapter 12.3. You use:
% mysql [-f] < dumpfile
To create/populate the tables.
-Sincerely, Fred
(Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)