Search code examples
mysqlinnodb

How do I check my InnoDB settings?


Is there a MySQL command that I can execute which will show settings such as innodb_file_format, or a configuration file which I should check?

MySQL version: 5.5.32


Solution

  • show variables like 'innodb%';