How do I see the table type in phpMyAdmin?
How do I change the table type in phpMyAdmin?
Debbie
| SitePoint Sponsor |





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


Bookmarks