I'm having a similar problem. Using Windows Server 2012 R2 with MySQL Server 5.6 all english.
...
INFO: (DropAndCreateDatabaseForDBServer) Processing file C:\ProgramData\ESET\RemoteAdministrator\Server\SetupData\Database\MySQL\CreateScripts\3_create_views.sql
MSI (s) (F4!8C) [19:35:36:925]: Closing MSIHANDLE (676) of type 790531 for thread 2188
MSI (s) (F4!8C) [19:35:36:925]: Creating MSIHANDLE (677) of type 790531 for thread 2188
INFO: (DropAndCreateDatabaseForDBServer) Processing file C:\ProgramData\ESET\RemoteAdministrator\Server\SetupData\Database\MySQL\CreateScripts\4_init_data.sql
MSI (s) (F4!8C) [19:35:36:925]: Closing MSIHANDLE (677) of type 790531 for thread 2188
MSI (s) (F4!8C) [19:35:38:926]: Creating MSIHANDLE (678) of type 790531 for thread 2188
INFO: (DropAndCreateDatabaseForDBServer) Processing file C:\ProgramData\ESET\RemoteAdministrator\Server\SetupData\Database\MySQL\CreateScripts\5_reports_interface.sql
MSI (s) (F4!8C) [19:35:38:927]: Closing MSIHANDLE (678) of type 790531 for thread 2188
MSI (s) (F4!8C) [19:35:40:119]: Creating MSIHANDLE (679) of type 790531 for thread 2188
ERROR: (DbCreate) Statement execution failed. Error: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable). File: C:\ProgramData\ESET\RemoteAdministrator\Server\SetupData\Database\MySQL\CreateScripts\5_reports_interface.sql. Statement:
CREATE FUNCTION `ufn_create_hour_interval`(`timeParam` DATETIME)
RETURNS TIMESTAMP
LANGUAGE SQL
NOT DETERMINISTIC
CONTAINS SQL
SQL SECURITY INVOKER
BEGIN
return FROM_UNIXTIME(UNIX_TIMESTAMP(timeParam)- UNIX_TIMESTAMP(timeParam)%%(60*60));
END;
MSI (s) (F4!8C) [19:35:40:119]: Closing MSIHANDLE (679) of type 790531 for thread 2188
MSI (s) (F4!8C) [19:35:40:122]: Creating MSIHANDLE (680) of type 790531 for thread 2188
INFO: Successful GET property 'P_SILENT' with value -
MSI (s) (F4!8C) [19:35:40:123]: Closing MSIHANDLE (680) of type 790531 for thread 2188
MSI (s) (F4!8C) [19:35:40:123]: Creating MSIHANDLE (681) of type 790531 for thread 2188
Error 30000. A critical error occurred. Please see the installation log for more information. Enabling the log is described at the ESET knowledge base website:
kb.eset.com
Issue ID: SOLN406
MSI (s) (F4!8C) [19:35:43:521]: Product: ESET Remote Administrator Server -- Error 30000. A critical error occurred. Please see the installation log for more information. Enabling the log is described at the ESET knowledge base website:
kb.eset.com
Issue ID: SOLN406
...
Is there a workaround for this too?