Myisam table to innodb table _ MySQL

Source: Internet
Author: User
Myisam table to innodb table to convert from InnoDB engine to MyISAM engine. after reading this article, you should know how to convert MyISAM engine to InnoDB engine (please make sure InnoDB is enabled, mySQL command line show engines command view ).

Mysql> alter table boblog_history ENGINE = InnoDB;

Query OK, 2808 rows affected (0.76 sec)

Records: 2808 Duplicates: 0 Warnings: 0

Alter table boblog_blogs ENGINE = InnoDB;

Alter table boblog_calendar ENGINE = InnoDB;

Alter table boblog_categoriesENGINE = InnoDB;

Alter table boblog_counter ENGINE = InnoDB;

Alter table boblog_forbidden ENGINE = InnoDB;

Alter table boblog_history ENGINE = InnoDB;

Alter table boblog_linkgroup ENGINE = InnoDB;

Alter table boblog_links ENGINE = InnoDB;

Alter table boblog_maxrec ENGINE = InnoDB;

Alter table boblog_messages ENGINE = InnoDB;

Alter table boblog_mod ENGINE = InnoDB;

Alter table boblog_pages ENGINE = InnoDB;

Alter table boblog_plugins ENGINE = InnoDB;

Alter table boblog_replies ENGINE = InnoDB;

Alter table boblog_tags ENGINE = InnoDB;

Alter table boblog_upload ENGINE = InnoDB;

Alter table boblog_user ENGINE = InnoDB;

From: http://www.samhere.net/mysql_innodb_to_myisam.html

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.