MySQL Forums
Forum List  »  Newbie

Re: creating a table is there another way to do this?
Posted by: Barry Galbraith
Date: September 21, 2022 08:22PM

If you are already in mysql command line, you can direct it to read a file with "source" command.
mysql> source D:/users/barry/documents/create.sql
Database changed
Query OK, 0 rows affected (0.35 sec)

mysql>

Good luck,
Barry.

Options: ReplyQuote




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.