mysql系统内置表

table_catalog

table_schema

mysql information_schema.tables;



table_name

table_type

engine

version

row_format

table_rows

avg_row_length

data_length

max_data_length

index_length

data_free

auto_increment

create_time

update_time

check_time

table_collation

checksum

create_option

table_comment







默认的模式有

information_schema

具有40个表



mysql

具有24个表



performance_schema

具有17个表

总共系统默认的表是81个;



用户自定义的数据库;

猜你喜欢

转载自weitao1026.iteye.com/blog/2338042
今日推荐