1、CentOS系統中MySQL常用命令 create database name; 創建數據庫 use databasename; 選擇數據庫 drop database name 直接刪除數據庫,不提醒 show tables; 顯示錶 describe tablename; 表的詳細描述 select 中加上distinct去除重複字段
tc.chinawin.net