蜡笔筱新

博客园 首页 新随笔 联系 订阅 管理

2021年10月16日 #

摘要: 基本操作: show databases; 显示所有已经存在的数据库 create database test; 创建名字为test的数据库 drop database test; 删除名字为test的数据库 use test;使用名字为test的数据库 show tables; 显示这个数据库中的 阅读全文
posted @ 2021-10-16 17:32 蜡笔筱新 阅读(55) 评论(0) 推荐(0)