在Ubuntu裏開始使用MySQL創建一張表

1. 登入MySQL。mysql mysql -uroot -p密碼 2. 建立一個數據庫(名字爲appList)。sql mysql> create database if not exists appList; 3. 切換到appList數據庫。數據庫 mysql> use appList 4. 爲數據庫建立一張表。經常使用數據類型參考 www.w3school.com.cn/sql/sql_
相關文章
相關標籤/搜索