Troubleshooting “Illegal mix of collations” error in mysql

前端 未结 17 2615
一生所求
一生所求 2020-11-22 08:11

Am getting the below error when trying to do a select through a stored procedure in MySQL.

Illegal mix of collations (latin1_general_cs,IMPLICIT) and

17条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-22 08:32

    A possible solution is to convert the entire database to UTF8 (see also this question).

提交回复
热议问题