mysql基本使用命令
1、MySQL常用命令 --create database name; 创建数据库 --use databasename; 选择数据库 --drop database name 直接删除数据库,不提醒
mysql基本使用命令