View and modify the MySQL database table storage Engine

Source: Internet
Author: User
To be a qualified programmer, in addition to writing beautiful code, knowledge of the database is also indispensable, the following summarizes how to view and modify the MySQL database table storage Engine:
1, see the database can support the storage engine: show engines;
2. View the storage engine used by a table in a database: Show table status from Db_name where name= ' table_name ';
3, modify the table engine method: ALTER TABLE table_name ENGINE=INNODB;
4. Turn off the InnoDB engine method: Turn off the MySQL service via the "net stop MySQL" command and locate the My.ini file in the MySQL installation directory default-storage-engine= InnoDB to Default-storage-engine=myisam, change #skip-innodb to Skip-innodb, and finally start the MySQL service with the "net start MySQL" command.

View and modify the MySQL database table storage Engine

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.