|
12-29-2002, 09:15 PM
ok tried that but was geting errors finnaly they fixed the phpmyadmin part but i have one file that is about 2.5mb and i cant break it up it is one table is there a way to split it then jsut add on to it...
CREATE TABLE nuke_bbsearch_wordmatch (
post_id mediumint(8) unsigned DEFAULT '0' NOT NULL,
word_id mediumint(8) unsigned DEFAULT '0' NOT NULL,
title_match tinyint(1) DEFAULT '0' NOT NULL,
KEY word_id (word_id)
);
#
# Dumping data for table 'nuke_bbsearch_wordmatch'
this is the table that is 2.5 mb
|