mysql_engines
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mysql_engines [2017/03/07 10:25] – luke7858 | mysql_engines [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
\\ | \\ | ||
=== Find the Engines for a specific db === | === Find the Engines for a specific db === | ||
- | Replace **magento** with your db name | + | Replace **__magento__** with your db name |
<sxh bash> | <sxh bash> | ||
select engine, | select engine, | ||
</ | </ | ||
\\ | \\ | ||
+ | \\ | ||
+ | === Find Engines for a specific db (Either InnoDB or MyISAM) === | ||
+ | Replace **__magento__** with your db name and **InnoDB** with your desired engine | ||
+ | <sxh bash> | ||
+ | select engine, | ||
+ | </ | ||
\\ | \\ | ||
=== Find Engine for a Specific Table (Specific Database) === | === Find Engine for a Specific Table (Specific Database) === | ||
Line 27: | Line 33: | ||
=== Find a Range of Tables with a Specific Engine === | === Find a Range of Tables with a Specific Engine === | ||
<sxh bash> | <sxh bash> | ||
- | select engine, table_name from information_schema.tables where table_schema = ' | + | select engine, table_name from information_schema.tables where table_schema = ' |
</ | </ |
mysql_engines.1488882335.txt.gz · Last modified: 2024/05/23 07:26 (external edit)