.IBD 文件扩展名

MySQL InnoDB Table

开发者 Oracle
受欢迎程度
3.5  |  4 
 

什么是 IBD 文件?

An IBD file is a MySQL table created by the InnoDB database engine. It contains a table-specific tablespace and index data. IBD files are created when MySQL's innodb_file_per_table option is enabled, which it is by default.

更多信息

MySQL is a popular open-source database management system. InnoDB is the default database engine that MySQL uses to create, update, and otherwise manage table-based data. In most instances of MySQL, InnoDB saves users' tables in individual files, which are saved with the .ibd extension.

IBD files are often encrypted, meaning their data can be accessed only using the keys generated when a user created the database that created the IBD file. However, MySQL users can use IBD files to import even encrypted tables into other MySQL databases. When using an IBD file to import a table, you must also import the table's associated .CFG metadata file and, if the table is encrypted, CFP file, which InnoDB creates when you use the FLUSH TABLES FOR EXPORT command.

如何打开 IBD 文件

You can open an IBD file in MySQL (cross-platform) if you are using the InnoDB database engine. For example, you can use a backup IBD file to restore the table it contains if your current copy of the table has become corrupted or been deleted. For more information on how to use a backup IBD file to restore a MySQL table, refer to MySQL's official documentation.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 IBD 文件的程序

Windows
免费试用
Mac
免费试用
Linux
免费试用
分类: 数据库
更新时间: 2021-05-20

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 MySQL InnoDB Table 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们