Page 1 of 1

phpMyadmin Features Dictionary

PostPosted: 10. August 2008 09:48
by Granpoh
Fact - I'm a major noob at all this.

Question - I just created a table within phpMyadmin and am at the place where you set all the values for the table, i.e. Field, Type, Length/Values, Collation, Attributes, Null, Default, Extra, etc., and am thinking to myself "Is there any kind of index that explains what each of these features do?" This is all so Greek to me.

Thanks for all assistance

PostPosted: 10. August 2008 11:52
by Dave_L
I don't think the phpMyAdmin documentation covers that. Since phpMyAdmin is simply a user interface to MySQL, the MySQL manual explains all that:

http://dev.mysql.com/doc/refman/5.0/en/index.html

It can be hard to locate details in that manual, but the information is there.

In this case, I would search for things such as "create table", "alter table" or "column types".

PostPosted: 11. August 2008 09:45
by Granpoh
Thanks Dave. I'll check that out.