use {database_name};
show tables;
describe {table_name};show columns from {table_name};
show index from {table_name};
show engine innodb status;
No comments:
Post a Comment