PDA

View Full Version : HOw to create a table



Ryu
09-09-2003, 08:10 AM
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

DirectAdmin Support
09-09-2003, 09:00 AM
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

Ryu
09-09-2003, 12:59 PM
like creating a database....says something about the structure

DirectAdmin Support
09-09-2003, 11:26 PM
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

Ryu
09-10-2003, 12:57 PM
thats what im sayin...how do i create the table in PHPmyadmin...

DirectAdmin Support
09-10-2003, 02:06 PM
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