What is InnoDB and MyISAM in MySQL?

前端 未结 8 672
长情又很酷
长情又很酷 2020-12-07 09:19

What is InnoDB and MyISAM in MySQL ?

8条回答
  •  -上瘾入骨i
    2020-12-07 09:45

    InnoDB is the default NOT myISAM https://dev.mysql.com/doc/refman/5.7/en/innodb-introduction.html "InnoDB is the default MySQL storage engine. Unless you have configured a different default storage engine, issuing a CREATE TABLE statement without an ENGINE= clause creates an InnoDB table"

提交回复
热议问题