Answers for "how to check table engin in mysql"

SQL
0

how to check database engine in mysql

SELECT TABLE_NAME, ENGINE FROM information_schema.TABLES where TABLE_SCHEMA = 'database';
Posted by: Guest on October-21-2020

Code answers related to "how to check table engin in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language