error "The used table type doesn't support FULLTEXT indexes "

Status
Not open for further replies.

thanver

New Member
Messages
6
Reaction score
0
Points
0
while installation of a script, a message comes like this after entering the host name, username, password, and database name

"The used table type doesn't support FULLTEXT indexes"

don't know whats the problem

but the host name username password and database name, all were entered correctly
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Full-text searches are supported for MyISAM tables only.

I would check to script to see if it is trying to create a different kind of table.
 

thanver

New Member
Messages
6
Reaction score
0
Points
0
ok, but how to put MyISAM tables

---------- Post added at 03:27 PM ---------- Previous post was at 03:24 PM ----------

I even tried to execute the sql file in phpmyadmin but the same error comes
 
Status
Not open for further replies.
Top