Mysql Prompts the InnoDB feature is disabled to open a InnoDB solution _mysql

Source: Internet
Author: User

The example of this article analyzes the MySQL hint the InnoDB feature is disabled need to open the InnoDB solution. Share to everyone for your reference, specific as follows:

First, the question:

Create a data table error:

ERROR 1289:the ' InnoDB ' feature is disabled; You are need MySQL built with ' InnoDB ' to have it working

Open DoD command line, login (about MySQL using the DOS command line login method to view the previous "MySQL based on DOS command line login operation example (graphic description)") and view the next

Copy Code code as follows:
Show variables like "have_%";

Found InnoDB cannot be used. Just not active

Second, the solution:

view My.ini file, found that skip-innodb this property is turned on, as long as the mask off on it, in front of the # number . ( Note : you need to precede the skip-innodb with the # number, not the #)

Finally restart the MySQL service is OK.

I hope this article describes the design of MySQL database to help.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.