摘要:
show databases; --展示所有数据库 drop database if exists test1; --如果有test1数据库,就删除。(不会报错,如果根本就没有test1,会报警告) create database if not exists mydemodb1 charset ut 阅读全文
posted @ 2020-05-29 22:38
梦断弦
阅读(144)
评论(0)
推荐(0)
浙公网安备 33010602011771号