HOw to create a table

Ryu

New member
Joined
Sep 9, 2003
Messages
4
Its says i have to create a table..and fields...
once i do that what do i do...What do i have to put in the table area and fields area
 
Hello,

Take 1 big piece of plywood, and attach 4 legs :)

Could please specify what you are trying to do? Where does it say you have to create a table?

John
 
like creating a database....says something about the structure
 
Hello,

I'm not sure what creating mysql databases has to do with DirectAdmin. You might want to check out www.mysql.com and do a search for "create table". It will show you all the proper syntax.

You can also create tables in phpMyAdmin after you create a database. Just go to domain.com/phpMyAdmin

John
 
thats what im sayin...how do i create the table in PHPmyadmin...
 
Hello,

You give the table a name, enter the number of columns (fields) you want to use. Click "go".

For each field, give it a name, specifiy a data type and click save.

You might want to learn a bit more about mysql and its data types if you arn't sure about their settings. There is a documentation button in the "Type" header to: http://www.mysql.com/doc/en/Column_types.html

John
 
Back
Top