Search found 1 match

by jackcksn
Sat Sep 04, 2010 6:38 pm
Forum: Bug reports
Topic: DB error: Table 'faqadminlog' already exists
Replies: 1
Views: 2584

DB error: Table 'faqadminlog' already exists

Hi ,

I'm install the phpMyFAQ 2.6.7 but showed error :

DB error: Table 'faqadminlog' already exists

Query:

CREATE TABLE faqadminlog (
id int(11) NOT NULL,
time int(11) NOT NULL,
usr int(11) NOT NULL,
text text NOT NULL,
ip text NOT NULL,
PRIMARY KEY (id))

May i know what i can do now ?

Thank ...