MySQL Innodb – Check if Rows are Compressed

innodbMySQLmysql-5.5

After setting the various variables to enable compression on the Innodb Barracuda tables, what query will you use to check that those tables are indeed compressed?

Best Answer

Use the show command to see the table definition :

mysql:>show create table <table name >