MySQL常用dos命令
摘要:MySQL的基本目录 登陆MySQL 查看数据库 Show databases; 创建数据库 Create database 数据库的名字; 标准创建语句: Create database if not exists 数据库的名字 删除数据库 语句: Drop database if exists
阅读全文
posted @ 2018-09-11 16:32
posted @ 2018-09-11 16:32