特牛网址导航

MySQL数据库操作-CSDN博客

网友收藏
文章浏览阅读442次。1、mysql 连接:mysql -u root -pa199025@2、查看当前数据库:show databases;3、使用某个库:use cakes;4、查看当前库的表:show tables;5、新建people表:create table people( -> id int not null primary key auto_increm..._mysql数据操作与查询 书 紫牛程序员