MySQL Forums
Forum List  »  Newbie

Re: Command line tools questions
Posted by: Felix Geerinckx
Date: April 23, 2005 09:50AM

Hartman Wagner wrote:

> I can use "mysqladmin" to create the database (see
> below) But don't seem to see a way to build
> tables? Anyone has some advice?

Put everything you need (including the creation of databases) in a file foo.sql.
"Execute" this file as follows:

mysql -uroot -p <foo.sql

--
felix

Options: ReplyQuote


Subject
Written By
Posted
Re: Command line tools questions
April 23, 2005 09:50AM


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.