Home  >  Article  >  Backend Development  >  MySQL存储引擎MyIsam改为innoDB会导致数据丢失吗

MySQL存储引擎MyIsam改为innoDB会导致数据丢失吗

PHPz
PHPzOriginal
2016-06-06 20:10:282384browse

MySQL存储引擎MyIsam改为innoDB会导致数据丢失吗

MySQL的存储引擎如果将,MyIsam 修改为innoDB,会不会导致数据丢失,或者其他异常呢?

MySQL存储引擎MyIsam改为innoDB是不会导致数据丢失的。

但是如果使用InnoDB的话不建议继续使用MySQL。可以看看Mariadb和PerconaServer。

注:InnoDB与MyISAM的一个重要区别就是前者支持事务。

MyIsam不支持事务,在多表关联查询时比InnoDB性能高出很多。

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