Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

mysqlshow命令的用法介绍

$
0
0
MySQL自带的mysqlshow命令,可以让我们在不连接到MySQL客户端的情况下查看MySQL的一些参数、数据库、表、列、索引等信息,其使用方法如下: 查看都有哪些库:mysqlshow -uroot -p 查看某个库里(wyzc)都有哪些表:mysqlshow -uroot -p wyzc 注:加上-v参数 ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles