Okay I did the Query and this is what I got.... Error SQL query: # # Table structure for table 'phpbb_confirm' # CREATE TABLE phpbb_confirm( confirm_idchar( 32 ) DEFAULT '' NOT NULL , session_idchar( 32 ) DEFAULT '' NOT NULL , codechar( 6 ) DEFAULT '' NOT NULL , PRIMARY KEY ( session_id, confirm_id ...