Results 1 to 3 of 3
Hybrid View
-
23rd Jun 2009, 01:44 PM #1OPBanned
Fixing errored database
Any idea on fixing this?
PHP Code:CREATE TABLE post(
postid int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
threadid int( 10 ) unsigned NOT NULL ,
parentid int( 10 ) unsigned NOT NULL ,
username varchar( 100 ) NOT NULL ,
userid int( 10 ) unsigned NOT NULL ,
title varchar( 250 ) NOT NULL ,
dateline int( 10 ) unsigned NOT NULL ,
pagetext mediumtext,
allowsmilie smallint( 6 ) NOT NULL ,
showsignature smallint( 6 ) NOT NULL ,
ipaddress varchar( 15 ) NOT NULL ,
iconid smallint( 5 ) unsigned NOT NULL ,
visible smallint( 6 ) NOT NULL ,
attach smallint( 5 ) unsigned NOT NULL ,
infraction smallint( 5 ) unsigned NOT NULL ,
reportthreadid int( 10 ) unsigned NOT NULL ,
importthreadid bigint( 20 ) NOT NULL ,
importpostid bigint( 20 ) NOT NULL ,
post_thanks_amount int( 10 ) unsigned NOT NULL ,
PRIMARY KEY ( postid ) ,
KEY userid( userid ) ,
KEY threadid( threadid, userid ) ,
KEY importpost_index( importpostid ) ,
KEY dateline( dateline ) ,
KEY dateline_2( dateline ) ,
KEY dateline_3( dateline ) ,
KEY dateline_4( dateline ) ,
KEY title( title, pagetext )
);
MySQL said:
#1170 - BLOB/TEXT column 'pagetext' used in key specification without a key length
Luke Reviewed by Luke on . Fixing errored database Any idea on fixing this? CREATE TABLE post( postid int( 10 ) unsigned NOT NULL AUTO_INCREMENT , threadid int( 10 ) unsigned NOT NULL , parentid int( 10 ) unsigned NOT NULL , username varchar( 100 ) NOT NULL , userid int( 10 ) unsigned NOT NULL , title varchar( 250 ) NOT NULL , dateline int( 10 ) unsigned NOT NULL , Rating: 5
-
23rd Jun 2009, 01:50 PM #2Super Member
I found this, dunno if its any help though:
Code:http://bugs.mysql.com/bug.php?id=13545
So kiss me and smile for me, say that you'll wait for me <'3
-
23rd Jun 2009, 01:55 PM #3OPBanned
Didnt shed much light @ Sp32
Im gonig to try:
pagetext mediumtext, (250)
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Please, I need your help fixing this code...
By Divvy in forum Web Development AreaReplies: 1Last Post: 1st Mar 2011, 11:47 AM -
[Help] Fixing WP blog - Cpanel fix maybe
By Jayzzy in forum Community CooperativeReplies: 13Last Post: 6th Feb 2011, 08:45 AM -
Need Help Fixing This Please
By Mr.KiLLeR in forum vBulletinReplies: 15Last Post: 27th Dec 2010, 03:36 AM -
Fixing the margin
By DJCyrus81 in forum Technical Help Desk SupportReplies: 2Last Post: 4th Aug 2010, 09:55 AM -
Need some fixing in vB DDL submitter
By pankaj in forum Technical Help Desk SupportReplies: 2Last Post: 8th Jun 2010, 03:26 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...