MySQL Forums
Forum List  »  Newbie

Create FULLTEXT?
Posted by: Khader Abbeb
Date: April 15, 2005 01:09AM

Hi,

I am unable to create a full text index. I get the follwing error message.

mysql> create fulltext index string_index on string_translation (input_string );
ERROR 1005: Can't create table './language/#sql-146f_1.frm' (errno: 140)
mysql>

Where, 'language' is the name of my Database
'string_translation' is my Table and
'input_string' is a column name.


This is my first try with full text, so need some help.

Thnax


Khader

Options: ReplyQuote


Subject
Written By
Posted
Create FULLTEXT?
April 15, 2005 01:09AM
April 15, 2005 03:04AM
May 05, 2005 06:05AM
April 15, 2005 03:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.