Help sql.

I want to use big dump to import a 30mb database. But I get an error on line 4114

"CREATE TABLE dstore ( uid varchar(255), name text, value text, enteredtime timestamp(14), id int(11) NOT NULL auto_increment, PRIMARY KEY (id), KEY nameidx (name) );

MySQL: BLOB column 'name' used in key specification without a key length"


Is there any way I can make bigdump skip this error and continue on? I can't delete the line because the file is far to big to open with proton or text editor.

http://www.ozerov.de/bigdump

Thanks

 

 

 

 

Top