phptest-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phptest-users] errro when setting up sql database


From: Duane Clark
Subject: [Phptest-users] errro when setting up sql database
Date: Sun, 14 Nov 2004 06:52:36 -0800

Hi all,

 

I am trying to add the phptest.sql to my existing sql databes (I am only allowed one.  But when I import I get:

 

CREATE TABLE answers (
 
  answer_id int(11) unsigned NOT NULL auto_increment,
 
  result_id int(11) unsigned NOT NULL default '0',
 
  question_number smallint(5) unsigned NOT NULL default '0',
 
  question text NOT NULL,
 
  answer text NOT NULL,
 
  users_answer text NOT NULL,
 
  additional_notes text NOT NULL,
 
  PRIMARY KEY  (answer_id)
 
) TYPE=MyISAM COMMENT='stores questions and answers to test results'

MySQL said:

Table 'answers' already exists

 

 

How could these answers already exist and what do I so?  I currently have an Invision bulletin board and others systems running off this databsse but that should not matter should it since I am adding a new table?  Please help.

 

Duane D. Clark

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]