View mysql Engines

Source: Internet
Author: User
To view the mysql engine, mysql provides multiple storage engines by default. You can view the following information to see what storage engine your mysql currently provides: mysqlshowengines; check the default storage engine of your mysql instance: mysqlshowvariableslike % storage_engine %; you need to check the engine used by a table (

To view the mysql engine, mysql provides multiple storage engines by default. You can view the following information to see what storage engine your mysql currently provides: mysql show engines; check the default storage engine of mysql: mysql show variables like '% storage_engine % '.

View mysql Engine
In general, mysql provides multiple storage engines by default. You can view the following information:

Check what storage engine your mysql currently provides:
Mysql> show engines;

Check the default storage engine of your mysql instance:
Mysql> show variables like '% storage_engine % ';

You need to check the engine used by a table (the storage engine used for the table is displayed after the parameter engine in the display result ):
Mysql> show create table name
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.