Seeing and changing Table Type

How do I see the table type in phpMyAdmin?

How do I change the table type in phpMyAdmin?

Debbie

use SHOW CREATE TABLE

use ALTER TABLE

No, I’m asking about how to do that in phpMyAdmin…

Debbie

you can run the above sql statements in the phpmyadmin SQL tab

But is there a way to do it with the GUI (e.g. a button)??

(I use phpMyAdmin because my focus is on learning PHP first. I’ll worry about being a “womenly woman” and use command-line SQL the next go around!) :stuck_out_tongue:

Debbie