Whew. It's been two months. How time could fly by so fast. The 31st of December, I remember celebrating the new year at home. My flubbers called the first hour of the new year. Then I remember our first monthsary... Then came the lover's day. I felt really special and so much loved. And then [...]
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.







