1064 - SQL 구문에 오류가 있습니다. MySQL 서버 버전에 해당하는 설명서에서 'CREATE TABLE `dc_addons_access`(
`user_id` int(10) NOT NULL,
`addon` varchar' 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,
마지막 쉼표 제거