mysql的utf8和utf8mb4关联查询失效问题

user_limit_consume_record的total_order_id的编码是utf8mb4,而totalorder表的TotalOrderId编码是utf8编码,导致查询不走索引,索引失效,查询很慢
select * from user_limit_consume_record u left join totalorder t on u.total_order_id = t.TotalOrderId;
新增字段指定utf8mb4编码

mysql的utf8和utf8mb4关联查询失效问题最先出现在Python成神之路

版权声明:
作者:倾城
链接:https://www.techfm.club/p/11502.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>