Original query:?
INSERT INTO user_info (
username,
realname,
email,
passhash,
acct_status,
expiry_time,
acct_create_time,
conc_kwicview,
conc_corpus_order,
cqp_syntax,
context_with_tags,
use_tooltips,
thin_default_reproducible,
coll_statistic,
coll_freqtogether,
coll_freqalone,
coll_from,
coll_to,
max_dbsize,
linefeed
)
VALUES
(
'mkiller',
'unknown person',
'not-specified at nowhere.net',
'$2a$10$38GdRfa/1ZOmvYpbXZ4tYOH.FzUfJd552ne8fw0wbCZWuDMg2qedq',
1,
0,
CURRENT_TIMESTAMP,
1,
1,
0,
0,
1,
1,
,
,
,
2,
-2,
,
'au'
)
|
Error # 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
,
,
2,
-2,
,
'au'
)' at line 38
|
----------------------------------------
> From: a.hardie at lancaster.ac.uk
> To: m.killer at outlook.com; cwb at sslmit.unibo.it
> Date: Tue, 21 Jan 2014 07:52:49 +0000
> Subject: Re: [CWB] CQPweb: v 3.1.0 now usable, I think
>
> (1) Ach, that's a bug introduced by the previous bug fix! Changed & fixed in 508.
>
> (2) This occurs, I think, because you are running the script on a half-upgraded database, so some of the changes it is trying to make have already been made.
From a.hardie at lancaster.ac.uk Tue Jan 21 09:09:52 2014
From: a.hardie at lancaster.ac.uk (Hardie, Andrew)
Date: Tue, 21 Jan 2014 08:09:52 +0000
Subject: [CWB] CQPweb: v 3.1.0 now usable, I think
In-Reply-To: