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 类型..