随笔分类 -  MySQL

摘要:1. 操作数据库 1.1 操作数据库: -- 使用数据库test use test; -- 展示所有的数据库 show databases; -- 建立数据库test create database test; -- 如果gmt数据库不存在,就建立数据库test create database if 阅读全文
posted @ 2021-10-12 16:36 Cherish486 阅读(54) 评论(0) 推荐(0)