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
CLI 安装指南 列出了 Strapi 5 支持的数据库。
¥The CLI installation guide lists the databases supported by Strapi 5.
请同时考虑只有
mysql2
包可以与 Strapi 5 一起用于 MySQL 数据库(请参阅 相关的重大变更条目)。¥Please also consider that only the
mysql2
package can be used with Strapi 5 for MySQL databases (see the related breaking change entry).
迁移程序
¥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).