mysql 查询数据库参数命令

1.select @@tx_isolation;    查询数据库设置的事务隔离级别

2.desc table_name;  显示表设计

3.show create table table_name; 显示建表语句

 

posted @ 2018-12-21 10:26  zero_and_one  阅读(1464)  评论(0编辑  收藏  举报