单词查询案例

数据库建表 mysql -hlocalhost -uroot -p 输入密码:******** show databases; → 查看数据库 use 数据库名; → 使用某个数据库 show tables; → 查看该数据库下有哪些表 建立表 create table words( id int primary key auto_increment, enword varchar(64) n
相关文章
相关标签/搜索