MySQL Forums
Forum List  »  Newbie

Re: Don't know how to start a database!
Posted by: Tom Gobel
Date: April 29, 2005 10:36PM

I just used phpmyadmin for the first time this week.

I already had a txt file written with my sql statements in it, and used it to create the tables and set up the relationships between them.

start with something like this:

create table table_name (column1 VARCHAR (20), column2 tinytext, column3 date,...);

http://dev.mysql.com/doc/mysql/en/creating-tables.html would be a good place to start...

Options: ReplyQuote


Subject
Written By
Posted
Re: Don't know how to start a database!
April 29, 2005 10:36PM


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.