mysql 控制檯操作學習筆記

use ***; 使用xxx庫。 2.show databases; 3.創建數據庫 create database **; 4.刪除數據庫 Drop database **; 5.use test 6.創建表 create table tablename( col_name type not null auto_increment, col_name type default, primary
相關文章
相關標籤/搜索