Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9168459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:37:50+00:00 2026-06-17T15:37:50+00:00

I have no record in table. I got this error when i Converting my

  • 0

I have no record in table. I got this error when i Converting my MyISAM to InnoDB

SQL query: Edit

ALTER TABLE `vocabulary` ENGINE = InnoDB

MySQL said: Documentation

#1214 – The used table type doesn’t support FULLTEXT indexes

Table structure for table vocabulary

CREATE TABLE IF NOT EXISTS vocabulary (
id int(10) unsigned NOT NULL AUTO_INCREMENT,
usr char(10) NOT NULL,
word char(10) NOT NULL,
meaning char(10) NOT NULL,
synonym char(10) NOT NULL,
Date char(10) NOT NULL,
PRIMARY KEY (id),
FULLTEXT KEY usr (usr)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T15:37:51+00:00Added an answer on June 17, 2026 at 3:37 pm

    in MySQL only MyISAM storage engine supports full text indexes

    Innodb will not support full text indexes

    so in order to convert the table use

      alter table vocabulary drop key usr;
    
      alter table vocabulary engine=innodb;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have table with 300 000 records (MyISAM). I get record from this table
I have a SharePoint external list that points to a 100,000 record SQL table.
I have the following transaction: SQL inserts a 1 new record into a table
We've got a database that generally has this structure: Master Record Table id (pk)
I got this problem. I have a form that retrieves a table data using
I have an audit record table that I am writing to. I am connecting
I have 2 tables: matches TABLE FIELDS: record, date, competition outrights TABLE FIELDS: record,
i have a procedure in which i am inserting record in employee table.nad getting
I have the same problem as described in ( Last record of Join table
I have a table that contains a record of prioritys that links to another

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.