• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

#1214 - The used table type doesn't support FULLTEXT indexes

Status
Not open for further replies.

joymax2710

Chevereto Member
Hello,
I were exported my mysql from Old Server, and when I try import mysql to new server, this is error:
#1214 - The used table type doesn't support FULLTEXT indexes"

I can't import:
chv_users
chv_albums
chv_images

Please help me. Thanks
 
FULLTEXT issues usually occur when you are trying to import SQL into an old version of MySQL or you have the wrong table types. FULLTEXT is only supported on InnoDB table types and I believe MyISAM, although the latter is just a guess as I always use the default InnoDB that is bundled with all current MySQL versions.

Are you using a dedicated server, or a hosted arrangement?
 
I believe that older mysql versions don't support innodb + fulltext indexes. Which mysql version do you have?
 
Status
Not open for further replies.
Back
Top