I believe I followed the "three easy steps" completely, but when I did the database upgrade I got this message:
1253 COLLATION 'latin1_general_ci' is not valid for CHARACTER SET 'utf8'
in:
[CREATE TABLE zen_counter_history_clean as SELECT * FROM zen_counter_history WHERE 1 GROUP BY startdate COLLATE latin1_general_ci;]
I have no idea what this means or what I need to do to fix it. Please help.


Reply With Quote
