首页 > 代码库 > mysql命令

mysql命令

1.show databases;

2.show tables;

3.show columns from table_name;

4.describe table_name

5.show status 显示广泛的服务器状态信息

6.show create database;

7.show create table

8.show grants

9.show errors

10.show warnings

mysql命令