I'm not sure this a bug or not.

in your go.mysql file you have

CREATE TABLE 'go' (

shouldn't it be

CREATE TABLE go (

I'm wondering because I am creating prefix sites and normally have to edit the files to read

CREATE TABLE prefix_go (

Comments

willmoy’s picture

Status: Active » Closed (won't fix)