Forum Moderators: coopster
don't use it but is there a 'load data' or 'import' tab?
for adding a column look up ALTER TABLE [dev.mysql.com]
would something like
alter table tablename add column columnname columndefinition
I know for records there is a little "edit" button and I bet there's something like that which provides an interface for changing a table definition.
Top of PHPmyAdmin
Lateral nav
Click: SQL
it opens a query window
Paste in your data and execute the query
Adding a col:
Go back to initial admin page
click on left hand side nav the DB name you want to work with
Scroll down
above the index tool
Look for Add a Col
specify if you want it in last position (default)
or specify a location to create it (Before this.. or after that ..)
Enter the col genre, lenght etc..
hope it helped.