go to phpmyadmin. login, click on the table you want to edit, check off a column that you want to edit, click on the browse icon located below the table (the first icon), check the column again and click on the pencil located below the table and you will now be able to edit all of the fields in your table.
I prefer to just create an edit program of my own for viewing the field that you want to examine and/or edit. You can use commands like
Code:
UPDATE table SET col='pop' WHERE ID=0
or something like that. It is faster and easier to navigate than phpmyadmin. phpmyadmin is handy though. I'm just saying that my personal preference is to create my own MySQL interface and yes it is quite basic, but it does what I want, is easy to navigate, and is much faster.
Bookmarks