mysql查询数据表的存储引擎

数据表的存储引擎,在mysql中常用的查询方式有2种:

1. 通过show create table `sys_user`; 可以查出是InnoDB

2. show table status from bootdo where name='sys_user'  \G

猜你喜欢

转载自blog.csdn.net/ccr1001ccr1001/article/details/88175513