Hello,
I’m installing version 13.19 in cluster mode and I’m getting this error during the setup of DWH:
installation_log.log
…
now executing /opt/kaltura/dwh/ddl//dw//ip_ranges.sql
now executing /opt/kaltura/dwh/ddl//dw//locations.sql
now executing /opt/kaltura/dwh/ddl//dw//locations_init.sql
now executing /opt/kaltura/dwh/ddl//dw//ip_ranges_init.sql
now executing /opt/kaltura/dwh/ddl//dw//update_location_details.sql
ERROR 1267 (HY000) at line 36: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation ‘=’
1
Error - bailing out!
I think this is related to the call to the stored procedure update_location_details
Any ideas why?
Thanks