A ramble on MySQL database

Source: Internet
Author: User

One feature of the MySQL database is that the DDL and DML (without select) statements in all SQL statements will display "Query OK" after successful execution.

Unlike other database management systems, the MySQL database management system provides a concept called the storage engine. Because the storage engine is introduced by the MySQL database software in the form of plug-in, the corresponding storage engine can be freely selected according to the actual application and actual need. The following table features the common MySQL storage engine:

  

Two of our most common storage engines are MyISAM and InnoDB.

Modify the Storage Engine: Method One, "Start"--"program"--"MySQL"--"MySQLServer 5.5"--"MySQL Server Instance Configuration Wizard"--click Next to enter " MySQL Select Use Type "interface-select" Multifunctional database "is the InnoDB storage engine; Select" Non-transaction database Only "is the MyISAM storage engine.

MyISAM Storage Engine: Transactions are not supported, foreign keys are not supported, and access speed is fast.

A ramble on MySQL database

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.