摘要:
show databases; 显示所有已经存在的数据库 create database test; 创建名字为test的数据库 drop database test; 删除名字为test的数据库 use test;使用名字为test的数据库 show tables; 显示这个数据库中的所有数据表 阅读全文
posted @ 2019-09-10 14:57
zhanghongxian
阅读(926)
评论(0)
推荐(0)
浙公网安备 33010602011771号