My SQL中show命令--MySQL中帮助查看 学习了:http://hahaxiao.techweb.com.cn/archives/477.html 在mysql命令界面内,输入help或者?或者\h都可以显示帮助的内容: show table status 各行的意思: 学习了:http://www.studyofnet.com/news/1299.html 输入? show 也可以列出show命令的内容: mysql> ? For information about MySQL pr…