ODK Aggregate is a Java server that stores, analyzes, and presents survey data collected using ODK Collect. Contribute and make the world a better place! ✨🗄✨
The installer generates a MySQL file that has weird spacing
create database `aggregate`;
create user 'aggregate'@'localhost' identified by 'aggregate';
grant all on `aggregate`.* to 'aggregate'@'localhost' identified by 'aggregate';
flush privileges;
Software and hardware versions
Master
Problem description
The installer generates a MySQL file that has weird spacing
This is likely due to https://github.com/opendatakit/aggregate/blob/HEAD/installer/project/components/configure_war.xml#L355