Skip to main content

Strapi v5 不再支持 MySQL v5

¥MySQL v5 is not supported in Strapi v5 anymore

在 Strapi 5 中,不支持 MySQL 版本 5。

此页面是 重大变更数据库 的一部分,提供有关重大更改的信息以及从 Strapi v4 迁移到 Strapi 5 的其他说明。

¥This page is part of the breaking changes database and provides information about the breaking change and additional instructions to migrate from Strapi v4 to Strapi 5.

\🔌 此重大更改是否会影响插件?\
\🤖 此重大更改是否由 codemod 自动处理?\

¥In Strapi 5, MySQL version 5 is not supported.

此页面是 重大变更数据库 的一部分,提供有关重大更改的信息以及从 Strapi v4 迁移到 Strapi 5 的其他说明。

¥This page is part of the breaking changes database and provides information about the breaking change and additional instructions to migrate from Strapi v4 to Strapi 5.

\🔌 此重大更改是否会影响插件?\
\🤖 此重大更改是否由 codemod 自动处理?\

重大更改描述

¥Breaking change description

在 Strapi v4 中

¥In Strapi v4

支持 MySQL v5。

¥MySQL v5 is supported.

在 Strapi 5 中

¥In Strapi 5

MySQL v5 不再受支持。
MySQL v8 是最低要求版本。

¥MySQL v5 is not supported anymore.
MySQL v8 is the minimum required version.


迁移

¥Migration

本节重新组合了有关引入的重大更改的有用说明和程序。

¥This section regroups useful notes and procedures about the introduced breaking change.

注意

¥Notes

迁移程序

¥Migration procedure

Strapi 应用的代码库不需要手动迁移。连接信息可能与 Strapi v4 中相同。

¥No manual migration is required for the codebase of your Strapi application. Connection information will probably stay the same as in Strapi v4.

但是,要使用 Strapi v5,你必须将 MySQL 数据库升级到 8.0 版(请参阅官方 MySQL 文档 中的其他信息)。

¥However, to use Strapi v5, you must upgrade your MySQL database to version 8.0 (see additional information in the official MySQL documentation).