When you are trying to import survey_mysql.dmp you get
an error at line 90, when mysql dump is trying to
create table languages
CREATE TABLE languages (
scode VARCHAR(255) DEFAULT '',
sname VARCHAR(255) DEFAULT '',
);
The problem is, that there is an extra , at the end of
row
sname VARCHAR(255) DEFAULT '',
where it should not be. I used Download...
2005-04-27 13:29:25 UTC in Educara SURVEY