1064 – Sie haben einen Fehler in Ihrer SQL-Syntax; Überprüfen Sie im Handbuch, das Ihrer MySQL-Serverversion entspricht, die richtige Syntax für die Verwendung in der Nähe von „CREATE TABLE `dc_addons_access`(
`user_id` int(10) NOT NULL,
`addon` varchar' in Zeile 3
CREATE TABLE `dc_addons_access`(
`user_id` int(10) NOT NULL,
`addon` varchar(50) NOT NULL,
`mpid` int(10) NOT NULL,
`status ` tinyint(1) DEFAULT NULL,
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
这是注册数据库表的其中一个表
`status` tinyint(1) DEFAULT NULL,
最后的逗号去掉