My MySQL database contains several tables using different storage engines (specifically myisam and innodb). How can I find out which tables are using which engine?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This will give you (among other things) an |
|||
|
|
Replace "dbname" with your database name. |
|||||||
|
less parseable but more readable that |
|||||
|
|
or just
just that this will llist all tables on your database. |
||||
|
|
|
Bit of a tweak to Jocker's response (I would post as a comment, but I don't have enough karma yet):
This excludes MySQL views from the list, which don't have an engine. |
|||
|
|
will format it much nicer compared to the output of
The |
|||
|
|