MySQL Forums
Forum List  »  Newbie

Re: how to get started
Posted by: Peter Brawley
Date: June 15, 2014 10:03AM

> I can't find a generated SQL table file anywhere

Forget about "table files". An RDBMS like MySQL stores your data in its own way according to its own logic & settings. You need to be thinking about tables and their relationships, not about files.

> no database was referenced

A table must be created _in_ a database, so before creating a table you need to USE a database.

Consider working through the first four chapters of the mySQL manual.

Options: ReplyQuote


Subject
Written By
Posted
June 15, 2014 08:54AM
Re: how to get started
June 15, 2014 10:03AM


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.