Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Weird spacing in the create_db_and_user.sql #434

Open
yanokwa opened this issue Mar 5, 2019 · 0 comments
Open

Weird spacing in the create_db_and_user.sql #434

yanokwa opened this issue Mar 5, 2019 · 0 comments

Comments

@yanokwa
Copy link
Member

yanokwa commented Mar 5, 2019

Software and hardware versions

Master

Problem description

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;

This is likely due to https://github.com/opendatakit/aggregate/blob/HEAD/installer/project/components/configure_war.xml#L355

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant