What type of MySQL table schemas

Since I always forget stuff like this. This is the SQL query to detect mysql table schemas type (thanks to Darren.B) :

SELECT table_name, table_schema, table_type, engine FROM information_schema.tables where table_schema not in ('information_schema', 'mysql');
This entry was posted in MySQL. Bookmark the permalink.

One Response to What type of MySQL table schemas

  1. Manu says:

    thx that was helpfull, 1 kudos for the tips !

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>