当前位置:网站首页>MySQL怎么存储emoji?
MySQL怎么存储emoji?
2022-07-01 05:54:00 【明明就很安静】
MySQL可以直接使用字符串存储emoji。
但是需要注意的,utf8 编码是不行的,MySQL中的utf8是阉割版的 utf8,它最多只用 3 个字节存储字符,所以存储不了表情。那该怎么办?
需要使用utf8mb4编码。
边栏推荐
- Servlet
- 穿越派与贸大合作,为大学生增添效率
- Pla ne colle pas sur le lit: 6 solutions simples
- Geoffrey Hinton:我的五十年深度学习生涯与研究心法
- 2022第八届中国国际“互联网+”大学生创新创业大赛产业命题赛道开启报名!
- excel可视化
- 【问题思考总结】为什么寄存器清零是在用户态进行的?
- It's not that you have a bad mind, but that you haven't found the right tool
- 机械臂速成小指南(六):步进电机驱动器
- Talking from mlperf: how to lead the next wave of AI accelerator
猜你喜欢
随机推荐
2022.6.30-----leetcode. one thousand one hundred and seventy-five
Bat operation FTP upload and download command
Primary application case of Excel DuPont analyzer
基于LabVIEW的计时器
穿越派·派盘 + 思源笔记 = 私人笔记本
He struggled day and night to protect his data
[medical segmentation] u2net
SystemVerilog学习-07-类的继承和包的使用
Crossing pie · pie pan + Mountain duck = local data management
jdbc 数据库操作
Ucosiii --- engineering transplantation
excel初级应用案例——杜邦分析仪
扩展点系列之SmartInstantiationAwareBeanPostProcessor确定执行哪一个构造方法 - 第432篇
Send you through the data cloud
PLA不粘貼在床上:6個簡單的解决方案
OpenGL es: (3) EGL, basic steps of EGL drawing, eglsurface, anativewindow
Oracle sequence + trigger
excel可视化
栈题目:解析布尔表达式
云盘里资料被和谐了,怎么办?









