show 語句 常用的命令 封裝稱更簡單的方式
? show? databases? ? ? ? ? ? ? ? ?查看所有數(shù)據(jù)庫名
? show? tables? ? ? ? ? ? ? ? ? ? ? ? 查看當(dāng)前庫下的表名
? show? tables from wrold? ? ? 查看world指定庫下的表名
? show? crested database? ? ? 查看艱苦語句
? show? crested table? ? ? ? ? ? ?查看建表語句
? show? grants for root@''? ? ? ?查看用戶權(quán)限信息
? show? charset? ? ? ? ? ? ? ? ? ? ? ?查看字符集
? show? collation? ? ? ? ? ? ? ? ? ? ? 查看校對規(guī)則
? show? full processlist? ? ? ? ? ? ?查看數(shù)據(jù)庫連接情況
? show? status? ? ? ? ? ? ? ? ? ? ? ? ? 查看數(shù)據(jù)庫整體狀態(tài)
? show? status? like '%參數(shù)%'? 模糊查詢
? show? variables? ? ? ? ? ? ? ? ? ? ?查看數(shù)據(jù)庫所用變量情況
? show? engines? ? ? ? ? ? ? ? ? ? ? ?查看所有支持的存儲引擎
? show? engine? innodb status? 查看所有innodb存儲引擎狀態(tài)情況
? show? binary? logs? ? ? ? ? ? ? ? ? 查看二進(jìn)制日志情況
? show? binlog? events? in? ? ? ? ?查看二進(jìn)制日志事件
? show? relaylog? events in? ? ? ?查看relay日志事件
? show? slave? status? ? ? ? ? ? ? ? 查看從庫狀態(tài)
? show? master status? ? ? ? ? ? ? 查看數(shù)據(jù)庫binlog位置信息
? show? index? from