1、查看Mysql库.show databases;

2、创建Mysql库.create database库名;

3、修改Mysql库信息.alter database库名character set utf8;

4、查看Mysql库信息.show create database库名;

5、使用Mysql库.use库名;

6、删除Mysql库.drop database库名;

时间:2024-11-05 10:44:45
1、查看Mysql库.show databases;
2、创建Mysql库.create database库名;
3、修改Mysql库信息.alter database库名character set utf8;
4、查看Mysql库信息.show create database库名;
5、使用Mysql库.use库名;
6、删除Mysql库.drop database库名;