copy thread
DROP TABLE IF EXISTS `fcsapxmy_forum4hk`.`mybb_threads`; CREATE TABLE `fcsapxmy_forum4hk`.`mybb_threads` ( `tid` int UNSIGNED NOT NULL, `fid` smallint UNSIGNED NOT NULL DEFAULT '0', `subject` varchar(120) NOT NULL DEFAULT '', `prefix` smallint UNSIGNED NOT NULL DEFAULT '0', `icon` smallint UNSIGNED NOT NULL DEFAULT '0', `poll` int UNSIGNED NOT NULL DEFAULT '0', `uid` int UNSIGNED NOT NULL DEFAULT '0', `username` varchar(80) NOT NULL DEFAULT '', `dateline` int UNSIGNED NOT NULL DEFAULT '0', `firstpost` int UNSIGNED NOT NULL DEFAULT '0', `lastpost` int UNSIGNED NOT NULL DEFAULT '0', `lastposter` varchar(120) NOT NULL DEFAULT '', `lastposteruid` int UNSIGNED NOT NULL DEFAULT '0', `views` int UNSIGNED NOT NULL DEFAULT '0', `replies` int UNSIGNED NOT NULL DEFAULT '0', `closed` varchar(30) NOT NULL DEFAULT '', `sticky` tinyint(1) NOT NULL D...