Magento 2.4.6是否支持UTF8MB4 [复制]

whether magento 2.4.6 support utf8mb4 [duplicate]

提问人:davis du 提问时间:9/7/2023 更新时间:9/14/2023 访问量:46

问:

目前我工作基于Magento网站2.4.6。 当客户从行登录时,有一些表情符号字符。使用 utf8mb3 时,它显示???.我们需要将 mariadb 更改为 utf8mb4。 运行 bin/magento setup:upgrade 时,出现错误:enter image description here但是详细调查代码,找到硬代码 enter image description here enter image description here magento 2.4.6 是否支持 utf8mb4?

需要使用 utf8mb4 来支持表情符号字符

Magento Mariadb UTF8MB4

评论

0赞 AmooAti 9/16/2023
这有帮助吗?stackoverflow.com/a/77072324/10245455

答:

0赞 davis du 9/14/2023 #1

这是尚未修复的已知问题。 最初报告 https://github.com/magento/magento2/pull/35174,它应该很快修复并交付。