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?
innodb_file_format
MySQL ver
show variables like 'innodb%';