MySQL基本命令

登錄mysql -hhostname -Pport -uusername –p 比如:mysql –hlocalhost -P3306 –uroot –p     //主機名 端口號  用戶名   密碼   同一臺服務器上前兩個省略 顯示所有數據庫:show databases; 選定數據庫:use dbname; 顯示當前數據庫中所有表:show tables; 顯式指定數據庫中的所有表:sho
相關文章
相關標籤/搜索