您好,登錄后才能下訂單哦!
這篇文章主要介紹mysql查看數(shù)據(jù)庫名的方法,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
具體方法:
1、查看所有的數(shù)據(jù)庫,等同于select schema_name from information_schema.schemata\G。\G 替換
show databases;
等同于
select schema_name from information_schema.schemata\G
2、status 查看mysql數(shù)據(jù)庫的運行狀態(tài)
3、查看數(shù)據(jù)庫中的表
show tables
同樣也可以在information_schema中查看,show命令是方便使用的簡短模式。
select table_name from tables where table_schema='jblog';
4、查看表結構
desc table_name;
5、查看表狀態(tài)
show table status from db like 條件
可以查看engine數(shù)據(jù)庫引擎,version,row、index等信息。
以上是mysql查看數(shù)據(jù)庫名的方法的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業(yè)資訊頻道!
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內容。