We are trying to make a multi-lingual app that accepts Chinese characters.
Our MYSQL database is set to:
'MySQL charset: UTF-8 Unicode (utf8-)
Our MYSQL Connection Collation is set to: utf8_unicode_ci
But when Aware creates new tables it is using collation latin1_swedish_ci which we think is the default.
We tried to change the my.cnf config file to utf-8, and have restarted mysql and Aware, however we get the following error in Aware on startup.
"AwareIM was unable to create or locate the database it requires.
Error message returned by database is:
Unable to create database BASDB unknown initial character set index '192' received from server. Initial client character set can be forced via the 'characterEncoding' property."
Can anyone advise how to fix?
Do we need to convert ALL existing tables in BASDBTEST & BASDB to the same collation for Aware to work?
Thanks.