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
A possible solution is to convert the entire database to UTF8 (see also this question).