MySQL error #1267
Got the following SQL error while trying to login to a newly deployed Appfuse-based web app:
#1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
It turned out I wasn’t using the proper database encoding. I created a new database (using DBToolsManager) and changed the encoding of the new database to utf-8. ![]()