blog.dbrgn.ch

Show MySQL Storage Engines

written on Saturday, April 09, 2011 by

If you have ever wanted to know the storage engine type of every table in one of your MySQL databases, you know how tedious that can be.

I have written a Python script that will simplify that task. You can get it on Github.

Usage:

$ ./show-engines.py

or

$ python show-engines.py

This entry was tagged databases and sysadmin