Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
utf8mb4 文字を utf8 に変換して utf8 mysql データベースに保存する方法はありますか? データベースから取得したら、utf8mb4 に復元します。
目標は、データベースのエンコーディングを変更せずに電話のスマイリーを utf8 データベースに保存することです。
たとえば、これらの文字の最初のバイトを特殊なバイトに置き換えてから、復元時に元に戻しますか?
私がしたことは、その列に BLOB 型を使用することでした..