Skip to content

Instantly share code, notes, and snippets.

@KINKCreative
Created April 2, 2014 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KINKCreative/9945072 to your computer and use it in GitHub Desktop.
Save KINKCreative/9945072 to your computer and use it in GitHub Desktop.
Some Magento MySQL Commands
# GET RECENTLY UPDATED TABLES
SELECT UPDATE_TIME, TABLE_NAME FROM `TABLES` WHERE TABLE_SCHEMA = 'magentodb' ORDER BY UPDATE_TIME DESC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment