phpmyadmin or other mysql gui - edit whole table from one screen
- by lorem
Let's say I have table in database. I'd like to be able to view all data from this table and be able to edit every field from single screen. I tried to do this in phpmyadmin but I'm not sure how... I can see all data but I have to click edit on single field and then I'm sent to next screen, can't really edit everything at once.
How do I do this in phpmyadmin or other mysql gui? I'm on Linux, my server too.
I'd like each field in table to be editable text field - maybe this will show better what I'm searching for.