Mysql中 show table status 获取表信息的方法

qiyanan58568 19 0 PDF 2020-12-16 20:12:13

使用方法 mysql>show table status; mysql>show table status like 'esf_seller_history'\G; mysql>show table status like 'esf_%'\G; 样例: mysql>show table status like 'esf_seller_history'\G; 1.Name 表名称 2.Engine: 表的存储引擎 3.Version: 版本 4.Row_format 行格式。对于MyISAM引擎,这可能是Dynamic,Fixed或Compressed。动态行的行长度可

用户评论
请输入评论内容
评分:
暂无评论