Help, there are problems when installing

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
zhanwolf
Posts: 1
Joined: Sat Mar 06, 2010 3:23 pm

Help, there are problems when installing

Post by zhanwolf »

I ask, under a time for the installation of the following issues,

Error: Please install your version of phpMyFAQ once again or send us a bug report.

DB error: Can't create table '.\jw3dajiao\php_faqadminlog.frm' (errno: 121)

Query:

CREATE TABLE php_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))
weltling
Posts: 13
Joined: Tue Jul 28, 2009 5:46 pm

Re: Help, there are problems when installing

Post by weltling »

OS error code 121: Remote I/O error

it might be an error in server config ... does the user you working under have appropriate rights?

anyway, issue SHOW WARNINGS after running the erroneous statement and post here
it would be also helpful to see the output of the following statement: SHOW GRANTS

please post your server information
stevenstech
Posts: 4
Joined: Fri Apr 09, 2010 5:33 pm

Re: Help, there are problems when installing

Post by stevenstech »

HAve you created teh DB first? I got the same message because I assumed the DB would be created with the setup. I had to add the DB to the administrator account I created as well.

Thanks
Mark
Post Reply