At the present day, ./extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/schema/001-create-schema.sql
throws back a MySql error due to a missing comma... root@poc-lxc-1:~/incubator-guacamole-client-master# diff evil_sentence.sql_ORIGINAL evil_sentence.sql_MODIFIED 26c26 < REFERENCES `guacamole_connection` (`connection_id`) ON DELETE SET NULL --- > REFERENCES `guacamole_connection` (`connection_id`) ON DELETE SET NULL, root@poc-lxc-1:~/incubator-guacamole-client-master# root@poc-lxc-1:~/incubator-guacamole-client-master# It's just a matter of adding that extra comma in order to get the create_schema_job successful Best Regards, Sebastián
