The error is in the dump file Im trying to upload theres nothing wrong with the server or the database
Code:
Query:
CREATE TABLE profiletagboard (
id int(11) NOT NULL auto_increment,
msg text NOT NULL,
touserid text NOT NULL,
fromuserid text NOT NULL,
date text NOT NULL,
PRIMARY KEY (id),
KEY msg (msg)
)
Error occured at:2006-05-14 01:58:16
Line no.:39822
Error Code: 1170 - BLOB/TEXT column 'msg' used in key specification without a key length
Thats the error I get. Id fix it if the Dump wasnt some 200MB in size
When I try to restore it with mySQL front the program freezes and then my computer freezes shortly after.