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 'DEFAULT CHARSET=euckr AUTO_INCREMENT=1' at line 36
CREATE TABLE `XM_COUNTER_PAGE_2025` (
`CHK_DATE` date NOT NULL default '0000-00-00',
`CHK_YEAR` int(10) unsigned NOT NULL default '0',
`CHK_MONTH` int(10) unsigned NOT NULL default '0',
`CHK_DAY` int(10) unsigned NOT NULL default '0',
`PAGE_CODE` varchar(60) NOT NULL default '',
`PAGE_NAME` tinytext NOT NULL,
`LINK_URL` tinytext NOT NULL,
`H0` int(10) unsigned NOT NULL default '0',
`H1` int(10) unsigned NOT NULL default '0',
`H2` int(10) unsigned NOT NULL default '0',
`H3` int(10) unsigned NOT NULL default '0',
`H4` int(10) unsigned NOT NULL default '0',
`H5` int(10) unsigned NOT NULL default '0',
`H6` int(10) unsigned NOT NULL default '0',
`H7` int(10) unsigned NOT NULL default '0',
`H8` int(10) unsigned NOT NULL default '0',
`H9` int(10) unsigned NOT NULL default '0',
`H10` int(10) unsigned NOT NULL default '0',
`H11` int(10) unsigned NOT NULL default '0',
`H12` int(10) unsigned NOT NULL default '0',
`H13` int(10) unsigned NOT NULL default '0',
`H14` int(10) unsigned NOT NULL default '0',
`H15` int(10) unsigned NOT NULL default '0',
`H16` int(10) unsigned NOT NULL default '0',
`H17` int(10) unsigned NOT NULL default '0',
`H18` int(10) unsigned NOT NULL default '0',
`H19` int(10) unsigned NOT NULL default '0',
`H20` int(10) unsigned NOT NULL default '0',
`H21` int(10) unsigned NOT NULL default '0',
`H22` int(10) unsigned NOT NULL default '0',
`H23` int(10) unsigned NOT NULL default '0',
`H_TOTAL` int(10) unsigned NOT NULL default '0',
`HOME_NUM` int(10) unsigned NOT NULL default '0',
UNIQUE KEY `CHK_DATE` (`CHK_DATE`,`PAGE_CODE`,`HOME_NUM`)
) ENGINE=MyISAM DEFAULT CHARSET=euckr AUTO_INCREMENT=1