码迷,mamicode.com
首页 > 数据库 > 详细

mysql更改默认存储引擎

时间:2015-02-09 00:34:15      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:

在mysql的官网上看到在mysql5.5以上的版本中已经更改了默认的存储引擎,在5.5版本以前是Myisam以后是Innodb.

14.1.1 InnoDB as the Default MySQL Storage Engine
MySQL has a well-earned reputation for being easy-to-use and delivering performance and scalability. Prior to MySQL 5.5, MyISAM was the default storage engine. In our experience, most users never changed the default settings. In MySQL 5.5 and higher, InnoDB is the default storage engine. Again, we expect most users will not change the default settings. But, because of InnoDB, the default settings deliver the benefits users expect from their RDBMS: ACID Transactions, Referential Integrity, and Crash Recovery. Lets explore how using InnoDB tables improves your life as a MySQL user, DBA, or developer.

 

mysql更改默认存储引擎

标签:

原文地址:http://www.cnblogs.com/webclz/p/4280650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!