[TOC]
增建立数据库管理员打开cmd
启动数据库
net start mysql
进入mysql
Mysql -uroot -p
创建数据库
create database wg charset utf8;
建立表选择某一个数据库
2021-10-08