Appendix B Compatibility Information for MySQL Enterprise Backup

Table of Contents

B.1 Cross-Platform Compatibility
B.2 Compatibility with MySQL Versions
B.3 Compatibility with Older Versions of MySQL Enterprise Backup
B.4 Compatibility Notes for Specific MySQL Versions

This section describes information related to compatibility issues for MySQL Enterprise Backup releases.

B.1 Cross-Platform Compatibility

MySQL Enterprise Backup is cross-platform compatible when running on the Linux and Windows operating systems: backups on a Linux machine can be restored on a Windows machine, and vice versa. However, to avoid data transfer problems arising from letter cases of database or table names, the variable lower_case_table_names must be properly configured on the MySQL servers. For details, see Identifier Case Sensitivity.

B.2 Compatibility with MySQL Versions

MySQL Enterprise Backup 3.11 supports all the MySQL server versions that are currently in the General Availability (GA) status (that is, MySQL 5.5 and 5.6).

B.3 Compatibility with Older Versions of MySQL Enterprise Backup

MySQL Enterprise Backup 3.11 can be used to restore the following kinds of backups created by earlier versions of the product:

  • Backups created for MySQL 5.5 by MySQL Enterprise Backup 3.5 to 3.10.

  • Backups created for MySQL 5.6 by MySQL Enterprise Backup 3.8 to 3.10.

Note

B.4 Compatibility Notes for Specific MySQL Versions

This section lists any performance-related features and settings in specific MySQL Server versions that affect various aspects of the backup process.

MySQL 5.6

Some new MySQL 5.6 features introduce changes in directory layout and file contents for InnoDB tables. Backing up servers that use these features requires MySQL Enterprise Backup 3.8.1 or higher:

See MySQL Enterprise Backup 3.9 Release Notes for details on the fixes and enhancements related to these MySQL 5.6 features.