Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Having trouble installing. Anybody have any idea what is going on?


Installation failed!

1: Can't create/write to file '/usr/local/mysql/data/couch/couch_fulltext.MYI' (Errcode: 2 - No such file or directory)
CREATE TABLE couch_fulltext ( page_id int NOT NULL, title varchar(255), content text, PRIMARY KEY (page_id) ) ENGINE = MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;

Image
Hi,

This does not seem to be a Couch specific problem and, in all probability, you'll have the same error on trying to install any other script using MySQL - the reason being that MySQL does not appear to have sufficient permissions on '/usr/local/mysql/data/' folder it uses.

I'd suggest you please contact your web host and ask him to set the permissions right.

Thanks.
2 posts Page 1 of 1