Help center
Answers to common questions. Can't find what you need? Contact us.
Getting started with innodb.fyi
innodb.fyi is a toolkit for looking inside MySQL/InnoDB storage files directly - no running database required. It comes in two forms: a comm…
Inspecting and validating .ibd files with innodb.fyi
The inno CLI works directly on InnoDB files, so you can examine a tablespace without a running MySQL server. Here are the commands you'll re…
Recovery and auditing with innodb.fyi
Beyond inspection, inno helps when a tablespace is damaged or when you need to check a whole data directory at once. Assessing what's recove…