用‘’show table status‘命令查询数据表信息时,明明表里有数据,为什么Max_data_length(表数据的最大容量)显示的时0.
按理说应该不可能呀,首先进入数据库mysql -uroot -pxxxx;使用数据库use xx;查询信息show table status;