Error in install SQL syntax
  • campsite_core.sql and campsite_demo_tables.sql

    PRIMARY KEY  (`id`) USING BTREE, - that's wrong syntax

    PRIMARY KEY USING BTREE (`id`), - that one is correct;

    Strange enough that there's no complains on it.