MySQL 8 默认的数据库表中的引擎都是InnoDB

查看mysql mysql> select distinct(ENGINE) from information_schema.tables; +--------------------+ | ENGINE | +--------------------+ | NULL | | InnoDB | | CSV
相关文章
相关标签/搜索