Home >Database >Mysql Tutorial >启动InnoDB引擎的方法_MySQL

启动InnoDB引擎的方法_MySQL

WBOY
WBOYOriginal
2016-06-01 13:17:071126browse

启动InnoDB引擎的方法

http://down.chinaz.com/server/201207/2090_1.htm

 

启动InnoDB引擎的方法
  Mysql中默认的是MyISAM数据引擎,可惜此引擎不支持事务处理,我们需要将默认的数据引擎改为InnoDB。其中InnoDB和BerkeleyDB支持事务处理,只是默认的情况下都是被disable的。所有的引擎里面,InnoDB性能最强大,算是商业级的。启动InnoDB引擎的方法如下:
  1)关闭mysql的服务
  2)修改my.ini
  将default-storage-engine=INNODB前的注释(#)去掉
  将skip-innodb这行注释(加上#)
  3)保存后重启mysql服务

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn