Click the "Select File" button above, and choose your IBD file.
You’ll see a preview, if available.
Click the "Convert file to..." button to extract text information.
Convert IBD to another file type
To convert your IBD file to another format, you need MySQL or other Database software.
Convert a file to IBD
To convert other file formats to the "Tablespace Data File" file type, you need software like MySQL or a similar tool.
About IBD files
An .IBD file is a tablespace file generated by the InnoDB storage engine, used by popular relational database management systems like MySQL and MariaDB. When the innodb_file_per_table configuration is enabled, the system stores the data and indexes for a single specific table within its own .IBD file, separate from the global system tablespace.
While these files contain critical business data, they pose significant challenges for direct access. .IBD files use a complex, page-based binary structure that makes them unreadable in standard text editors like Notepad++ or spreadsheet tools like Microsoft Excel. A major friction point for administrators occurs during server crashes or migrations: simply copying an .IBD file to a new server's data directory will not work due to Tablespace ID mismatches and missing schema definitions (stored in FRM files).
To make the data accessible, the file must be processed or "converted" into standard interchange formats:
For Data Analysis & Reporting: Convert the extracted table data to CSV, XLSX, or JSON. This allows non-technical users to view database records in spreadsheets.
For Database Migration: Convert to a standard SQL dump file, which contains the commands to reconstruct the table structure and data on any SQL-compatible server.
For Archiving: Export to XML or plain text formats.
Handling raw .IBD files often requires executing specific "Import Tablespace" SQL commands or using specialized recovery parsers.
Convert.Guru analyzes your IBD file, detects the exact format, and lets you read the text inside.
If you want to convert IBD file to SQL, CSV, DB, SQLITE, SQLITE3, MDB, ACCDB, DBF, ODB, FDB, GDB or MYD, you can use MySQL or similar software from the "Database Table Storage" category. In the File menu, look for Save As… or Export….
To convert NDF, SQLITE3, BAK, RDB, SQL, DB4, MDF, MDB, LDF, DB, DB3 or SQLITE files to IBD, try MySQL or another comparable tool in the "Database Table Storage" category.
The IBD Converter Story
The history of Convert.Guru began over 25 years ago in California with Tom Simondi’s file-format database. A former contributor to Space Shuttle development and a software pioneer of the 1980s, Simondi established a trusted resource for file type analysis that was even referenced by Microsoft Windows XP. Today, we use modern technology to process and convert thousands of file formats while continually improving our IBD converter.