show table status like 'table'\G 详细信息介绍

mysql> show table status like‘leyangjun‘\G

*************************** 1. row ***************************

Name: leyangjun                 表名字

Engine: MyISAM                 表存储引擎

Version: 10                          版本

Row_format: Dynamic        行格式

Rows: 3999999                   表中的行数(对于非事物表是精确的)

Avg_row_length: 31             平均每行包含的字节数

Data_length: 127995956           整个表的数据量(以字节进行计算)

Max_data_length: 281474976710655    表最大的容纳量

Index_length: 41114624            索引数据占用磁盘空间的大小

Data_free: 0                               对于myisam表,表示已分配,但未使用的空间

Auto_increment: 4000001         下一个Auto_increment值

Create_time: 2015-05-30 14:17:37     表最初创建的时间

Update_time: 2015-05-30 14:25:07     表数据最近被更新的时间

Check_time: NULL                 使用check table命令或myisamchk工具检查时的最近检查时间

Collation: utf8_general_ci      表中默认的字符集和字符列排序规则

Checksum: NULL                  如启用,则对整个表的内容计算实时的校验和checksum

Create_options:                         表创建时的其他所有选项

Comment:                           本字段包含了其他额外的信息,

1 row in set (0.00 sec)

show table status like 'table'\G 详细信息介绍

时间: 2024-10-07 10:51:43

show table status like 'table'\G 详细信息介绍的相关文章

mysql中 show table status 获取表信息

用法 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 行格式. 对于My

MySQL- SHOW TABLE STATUS命令

show table status 获取表的信息 show table status like 'tableName' \G 1.Name 表名称 2.Engine: 表的存储引擎 3.Version: 版本 4.Row_format 行格式.对于MyISAM引擎,这可能是Dynamic,Fixed或Compressed.动态行的行长度可变,例如Varchar或Blob类型字段.固定行是指行长度不变,例如Char和Integer类型字段. 5. Rows 表中的行数.对于非事务性表,这个值是精确

A better SHOW TABLE STATUS

From command line we have the entire MySQL server on hands (if we have privileges too of course) but we don’t have a overall overview, at this point the show table status command is every useful, or not?. This is what we get when run show table statu

show table status

SHOW TABLE STATUS works likes SHOW TABLES, but provides a lot of information about each non-TEMPORARYtable. You can also get this list using the mysqlshow --status db_name command. The LIKE clause, if present, indicates which table names to match. Th

mysql show table status报错解决办法

在数据库上执行show table status命令,报错如下图所示: 但是在数据库上是没有空用户的,下图验证: 那就可以判断不是数据库用户授权的问题,那就可能是数据库视图的问题,当打开该库的视图时,出现如下错误: 原因:此数据库视图是由[email protected]%用户建立的,然而该用户不存在于数据库中,当用其他用户执行时默认就被拒绝了 现在查看视图的定义者为[email protected]%: 解决办法:修改视图定义者为当前用户,执行如下sql语句: create or replac

mysqldump: Couldn't execute 'show table status '解决方法

执行:[[email protected] lamp]# mysqldump -F -R -E --master-data=2   -p -A --single-transaction 在控制台端出现 mysqldump: Couldn't execute 'show table status like 'v\_bid\_bad'': SELECT command denied to user ''@'%' for column 'id' in table 't_bids' (1143) 在wo

Asp.Net MVC 中JS通过ajaxfileupload上传图片获取身份证姓名、生日、家庭住址等详细信息

客户要求用身份证图片上传获取身份证的详细信息就下来研究了一下(现在的客户真的懒 身份证信息都懒得输入了哈哈...),经过慢慢研究,果然皇天不负有心人搞出来了.这个借助的是腾讯的一个SKD  腾讯优图云人脸服务TencentYoutuYun.SDK.Csharp 这个DLL文件从github下载dll文件,并添加到你项目引用里,本sdk依赖Newtonsoft.Json,也需一起引用. 1.主要用到里面的一个封装类:OCR,现在来看一下里面的参数信息 PlanRegGuest_OCR这个类就封装了

PHP获取mysql数据表的字段名称和详细信息的方法

首先我们需要了解下查询MySQL数据库/表相关信息的SQL语句: 代码如下: SHOW DATABASES                                //列出 MySQL Server 数据库.SHOW TABLES [FROM db_name]                    //列出数据库数据表.SHOW CREATE TABLES tbl_name                    //导出数据表结构.SHOW TABLE STATUS [FROM db_na

mysql5.7基础 查看一个表的结构 与 详细信息 使用的什么引擎

镇场文:       学儒家经世致用,行佛家普度众生,修道家全生保真,悟易理象数通变.以科技光耀善法,成就一良心博客.______________________________________________________________________________________________________ Operating System:UbuntuKylin 16.04 LTS 64bitmysql: Ver 14.14 Distrib 5.7.17, for Linux (