-
show databases
顯示數據庫 -
use <databaseName>
打開庫 -
describe <tableName>
顯示表的結構 -
select * from <tableName>
顯示表中的記錄 -
create databases <databaseName>
創(chuàng)建一個數據庫 -
select * from <tableName>
顯示表中的所有數據 -
create table <tableName>
創(chuàng)建一個表
主要的還是 SQL 語句,其次就是在命令行調用什么顯示有哪些數據庫错沃,有哪些表忍坷,在圖形界面我們是沒有這個操作的募胃,總而言之,感覺命令行挺酷啊(*^-^*)