mysql存储引擎

### mysql表的存储引擎主要包括myisam innodb memory
### 事务安全型 innodb  事务非安全型myisam  memory

### 查看所有引擎
show engines;

### 修改存储引擎
alter table table_name engine=innodb;



posted @ 2023-04-11 18:59  Bre-eZe  阅读(6)  评论(0)    收藏  举报