DB error: Table 'faqadminlog' already exists

Please report bugs here!

Moderator: Thorsten

Post Reply
jackcksn
Posts: 1
Joined: Sat Sep 04, 2010 6:34 pm

DB error: Table 'faqadminlog' already exists

Post by jackcksn »

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 you .
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: DB error: Table 'faqadminlog' already exists

Post by Thorsten »

Hi,

do you already have an installed version of phpMyFAQ? You should use 2.6.8 also.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply