show 语句 常用的命令 封装称更简单的方式
show databases 查看所有数据库名
show tables 查看当前库下的表名
show tables from wrold 查看world指定库下的表名
show crested database 查看艰苦语句
show crested table 查看建表语句
show grants for root@'' 查看用户权限信息
show charset 查看字符集
show collation 查看校对规则
show full processlist 查看数据库连接情况
show status 查看数据库整体状态
show status like '%参数%' 模糊查询
show variables 查看数据库所用变量情况
show engines 查看所有支持的存储引擎
show engine innodb status 查看所有innodb存储引擎状态情况
show binary logs 查看二进制日志情况
show binlog events in 查看二进制日志事件
show relaylog events in 查看relay日志事件
show slave status 查看从库状态
show master status 查看数据库binlog位置信息
show index from