MySQL基础(二)创建数据库及插入数据

打开mysql

输入命令,mysql -u root -p

创建数据库

使用实名,create database employee

你可能感兴趣的:(老文章)