Hoi Hoi,
Ik heb een Forum draaien bij Tripod /lycos. Maar werd/wordt gek van die reclame die je erbij krijgt.
Ik heb nu het forum geheel opnieuw geinstalleerd op mijn host * sever *
Nu wil ik de dump over gaan zetten. Dus heb ik eerst een dump gemaakt bij Lycos/tripod data en Structuur. Deze lees ik dan weer in via MyPhPAdmin.
En daar krijg ik de volgende fout melding...
Fout
SQL-query :
CREATE TABLE caohoveniers_nl_dbmessages(
ID_MSG int( 11 ) NOT NULL AUTO_INCREMENT ,
ID_TOPIC int( 11 ) DEFAULT '0' NOT NULL ,
ID_MEMBER int( 11 ) DEFAULT '0' NOT NULL ,
ID_LAST_COMMENT int( 11 ) DEFAULT '0' NOT NULL ,
ID_MEMBER_LAST_COMMENT int( 11 ) DEFAULT '0' NOT NULL ,
numComments int( 11 ) DEFAULT '0' NOT NULL ,
subject tinytext,
posterName tinytext NOT NULL ,
posterEmail tinytext,
posterTime bigint( 20 ) ,
posterIP tinytext NOT NULL ,
smiliesEnabled tinyint( 4 ) DEFAULT '1' NOT NULL ,
modifiedTime bigint( 20 ) ,
modifiedName tinytext,
body text,
icon tinytext,
attachmentSize mediumint( 9 ) DEFAULT '0' NOT NULL ,
attachmentFilename tinytext,
nowListening tinytext NOT NULL ,
isHighlighted tinyint( 4 ) DEFAULT '0' NOT NULL ,
description tinytext,
PRIMARY KEY ( ID_MSG ) ,
KEY ID_TOPIC( ID_TOPIC ) ,
KEY ID_MEMBER( ID_MEMBER ) ,
KEY posterTime( posterTime ) ,
KEY search( subject, body )
)
MySQL retourneerde:
#1170 - BLOB column 'subject' used in key specification without a key length
Nu ben ik een leek, dus graag antwoord in begrijpend nederlands
MvG martin
972 views