Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL での charset の初期値を utf8mb4 にする #4525

Closed
nanasess opened this issue Apr 23, 2020 · 1 comment
Closed

MySQL での charset の初期値を utf8mb4 にする #4525

nanasess opened this issue Apr 23, 2020 · 1 comment
Labels
enhancement 機能追加
Milestone

Comments

@nanasess
Copy link
Contributor

nanasess commented Apr 23, 2020

概要(Overview)

最近は、お問い合わせ覧などに絵文字を入力されるユーザーが増えており、 utf8 のままだとシステムエラーになってしまい、機会損失につながりやすい。
MySQL での charset の初期値を utf8mb4 にし、絵文字を使用できるようにする。

期待する内容(Expect) or 要望 (Requirement)

  • dbal: charset の初期値を utf8mb4 にする
  • dbal: default_table_options: collateutf8mb4_bin に変更した方が良いかもしれない

再現手順(Procedure)

お問い合わせ覧に絵文字を入力する

環境 (environment)

  • EC-CUBE: 4.0.3
  • PHP: 7.4.5
  • DB:
    • MySQL 5.7.29

関連情報 (Ref)

@okazy okazy added the enhancement 機能追加 label May 12, 2020
@okazy okazy added this to the 4.0.x milestone May 12, 2020
@chihiro-adachi chihiro-adachi modified the milestones: 4.0.x, 4.2.0 May 30, 2022
@chihiro-adachi
Copy link
Contributor

#4796 で対応

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 機能追加
Projects
None yet
Development

No branches or pull requests

3 participants