單詞查詢案例

數據庫建表 mysql -hlocalhost -uroot -p 輸入密碼:******** show databases; → 查看數據庫 use 數據庫名; → 使用某個數據庫 show tables; → 查看該數據庫下有哪些表 建立表 create table words( id int primary key auto_increment, enword varchar(64) n
相關文章
相關標籤/搜索