gpt4 book ai didi

mysql - 如何检查特定表的 MySQL 引擎类型?

转载 作者:IT老高 更新时间:2023-10-28 12:47:41 25 4
gpt4 key购买 nike

我的 MySQL 数据库包含多个使用不同存储引擎的表(特别是 myisam 和 innodb)。我怎样才能找出哪些表是使用哪个引擎?

最佳答案

SHOW TABLE STATUS WHERE Name = 'xxx'

这会给你(除其他外)一个 Engine 列,这是你想要的。

关于mysql - 如何检查特定表的 MySQL 引擎类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/213543/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com